Add F2 for rename (undocumented)

This commit is contained in:
Arun Prakash Jana 2019-07-15 20:02:35 +05:30
parent fabf9fd47b
commit 140a526249
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ static struct key bindings[] = {
{ 'n', SEL_NEW },
/* Show rename prompt */
{ CONTROL('R'), SEL_RENAME },
{ KEY_F(2), SEL_RENAME }, // undocumented
/* Rename contents of current dir */
{ 'r', SEL_RENAMEALL },
/* Connect to server over SSHFS */