From cc65e4098fbf2b99409b37cc4c8d42e794781937 Mon Sep 17 00:00:00 2001 From: lostd Date: Thu, 5 Feb 2015 17:53:50 +0200 Subject: Clarify state toggling --- config.def.h | 4 ++-- noice.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 311adb2..a7e5ffc 100644 --- a/config.def.h +++ b/config.def.h @@ -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 c2e24dc..1a353b3 100644 --- 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 -- cgit v1.2.3-70-g09d2