aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index e236e32..c68893a 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -200,6 +200,7 @@ static struct key bindings[] = {
{ 't', SEL_MTIME },
/* Redraw window */
{ CONTROL('L'), SEL_REDRAW },
+ { KEY_F(5), SEL_REDRAW },
/* Copy currently selected file path */
{ CONTROL('K'), SEL_SEL },
{ ' ', SEL_SEL },
@@ -224,7 +225,7 @@ static struct key bindings[] = {
{ 'n', SEL_NEW },
/* Show rename prompt */
{ CONTROL('R'), SEL_RENAME },
- { KEY_F(2), SEL_RENAME }, // undocumented
+ { KEY_F(2), SEL_RENAME },
/* Rename contents of current dir */
{ 'r', SEL_RENAMEALL },
/* Connect to server over SSHFS */