]> Sergey Matveev's repositories - nnn.git/commitdiff
Clarify state toggling
authorlostd <lostd@2f30.org>
Thu, 5 Feb 2015 15:53:50 +0000 (17:53 +0200)
committerlostd <lostd@2f30.org>
Thu, 5 Feb 2015 15:53:50 +0000 (17:53 +0200)
config.def.h
noice.1

index 311adb275d145e468b7ffa08417399696c21fb12..a7e5ffce93fd5487d216d3a0051031ef3f7d5178 100644 (file)
@@ -2,7 +2,7 @@
 #define CURSR " > "
 #define EMPTY "   "
 
-int mtimeorder = 0;            /* set to 1 to sort by time in the default case */
+int mtimeorder = 0; /* Set to 1 to sort by time in the default case */
 
 struct assoc assocs[] = {
        { "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
@@ -49,6 +49,6 @@ struct key bindings[] = {
        { '!',            SEL_SH },
        /* Change dir */
        { 'c',            SEL_CD },
-       /* Sort by time */
+       /* Toggle sort by time */
        { 't',            SEL_MTIME },
 };
diff --git a/noice.1 b/noice.1
index c2e24dc18e53172eae2ace5b2ae1f8411577af20..1a353b3d1f6adb04463b4a819d573bfafe7b73d9 100644 (file)
--- a/noice.1
+++ b/noice.1
@@ -48,7 +48,7 @@ Enter filter-as-you-type mode.
 .It Ic c
 Change into the given directory.
 .It Ic t
-Sort by time modified.
+Toggle sort by time modified.
 .It Ic !
 Spawn shell in current directory.
 .It Ic q