Browse Source

Add F2 for rename (undocumented)

master
Arun Prakash Jana 5 years ago
parent
commit
140a526249
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/nnn.h

+ 1
- 0
src/nnn.h 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 */


Loading…
Cancel
Save