F2 to save file as

This commit is contained in:
veeso
2021-12-13 17:50:41 +01:00
committed by Christian Visintin
parent 84cb775679
commit dab98f4292
10 changed files with 14 additions and 11 deletions

View File

@@ -744,8 +744,8 @@ impl KeybindingsPopup {
.add_col(TextSpan::new("<R|F6>").bold().fg(key_color))
.add_col(TextSpan::from(" Rename file"))
.add_row()
.add_col(TextSpan::new("<S>").bold().fg(key_color))
.add_col(TextSpan::from(" Save file as"))
.add_col(TextSpan::new("<F2|S>").bold().fg(key_color))
.add_col(TextSpan::from(" Save file as"))
.add_row()
.add_col(TextSpan::new("<U>").bold().fg(key_color))
.add_col(TextSpan::from(" Go to parent directory"))