mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Undocumented keys: F2, F5
This commit is contained in:
parent
c49b79d792
commit
2e33c577b1
2
config.h
2
config.h
|
@ -138,10 +138,12 @@ 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_COPY, "", "" },
|
||||
/* Show rename prompt */
|
||||
{ CONTROL('R'), SEL_RENAME, "", "" },
|
||||
{ KEY_F(2), SEL_RENAME, "", "" },
|
||||
/* Show help */
|
||||
{ '?', SEL_HELP, "", "" },
|
||||
/* Run command */
|
||||
|
|
Loading…
Reference in a new issue