]> Sergey Matveev's repositories - nnn.git/commitdiff
Undocumented keys: F2, F5
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 27 Aug 2017 18:10:43 +0000 (23:40 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 27 Aug 2017 18:10:43 +0000 (23:40 +0530)
config.h

index 3963124189228f3ab77e165362170fe7164dcb8c..35c492d8bd01f842484cf37903ed5fa361ebc9a9 100644 (file)
--- a/config.h
+++ b/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 */