]> Sergey Matveev's repositories - nnn.git/commitdiff
Meaningful comments
authorlostd <lostd@2f30.org>
Sun, 1 Feb 2015 12:10:28 +0000 (14:10 +0200)
committerlostd <lostd@2f30.org>
Sun, 1 Feb 2015 12:10:28 +0000 (14:10 +0200)
config.def.h

index 3b12199e8df63de36e429b8516febc994b53b779..f3f6a48cb412d494bf869755a9d575e80fc1a09f 100644 (file)
@@ -27,7 +27,7 @@ struct key bindings[] = {
        /* Filter */
        { '/',            SEL_FLTR },
        { '&',            SEL_FLTR },
-       /* Type */
+       /* Filter as you type */
        { '?',            SEL_TYPE },
        /* Next */
        { 'j',            SEL_NEXT },
@@ -47,5 +47,6 @@ struct key bindings[] = {
        { '!',            SEL_SH },
        /* Change dir */
        { 'c',            SEL_CD },
+       /* Sort by time */
        { 't',            SEL_MTIME },
 };