aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 9ef1a7e..22383dd 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -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 */