aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-08-23 17:36:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-08-23 17:36:32 +0530
commitf53f1b86e090fa91155928c0b049a5afc2b3fa67 (patch)
tree310e907b4fb322c0c67db2a09b880dd894e4d775 /config.h
parentbe337d883e8d81266ab9b6d70650df757f1e9149 (diff)
downloadnnn-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 31ea672..3963124 100644
--- a/config.h
+++ b/config.h
@@ -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 */