mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Disable undocumented F2 and F5
This commit is contained in:
parent
2c2f1e5eae
commit
674a58880d
|
@ -183,7 +183,6 @@ static struct key bindings[] = {
|
|||
{ 't', SEL_MTIME },
|
||||
/* Redraw window */
|
||||
{ CONTROL('L'), SEL_REDRAW },
|
||||
{ KEY_F(5), SEL_REDRAW }, /* Undocumented */
|
||||
/* Copy currently selected file path */
|
||||
{ CONTROL('K'), SEL_COPY },
|
||||
{ ' ', SEL_COPY },
|
||||
|
@ -206,7 +205,6 @@ 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 },
|
||||
/* Show help */
|
||||
|
|
Loading…
Reference in a new issue