diff --git a/src/nnn.h b/src/nnn.h index 9ef1a7ed..22383dd5 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 */