noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit cefb945e35c39f98cbbdb3926155bcd2ecd287f4
parent c2e82550f7597212fd9837a69c116d81ebdc2199
Author: lostd <lostd@2f30.org>
Date:   Sun,  1 Feb 2015 14:10:28 +0200

Meaningful comments

Diffstat:
Mconfig.def.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -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 }, };