diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-08-23 17:36:32 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-08-23 17:36:32 +0530 |
commit | f53f1b86e090fa91155928c0b049a5afc2b3fa67 (patch) | |
tree | 310e907b4fb322c0c67db2a09b880dd894e4d775 /config.h | |
parent | be337d883e8d81266ab9b6d70650df757f1e9149 (diff) | |
download | nnn-f53f1b86e090fa91155928c0b049a5afc2b3fa67.tar.gz |
Remove shortcut F2 for refresh.
F2 is not very portable e.g., doesn't work over putty (default settings).
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -138,7 +138,6 @@ static struct key bindings[] = { { 't', SEL_MTIME, "", "" }, /* Redraw window */ { CONTROL('L'), SEL_REDRAW, "", "" }, - { KEY_F(2), SEL_REDRAW, "", "" }, /* Copy currently selected file path */ { CONTROL('K'), SEL_COPY, "", "" }, /* Show rename prompt */ |