From 674a58880dd23d8a0913e3ef47778452579c2051 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 8 Dec 2018 09:02:49 +0530 Subject: [PATCH] Disable undocumented F2 and F5 --- src/nnn.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nnn.h b/src/nnn.h index f851ad02..3aa1eb42 100644 --- a/src/nnn.h +++ b/src/nnn.h @@ -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 */