noice

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

commit 2e729d3f63ee9990256e316ec5fdd099c0a65185
parent 7852edcbaf1374b4a64cbb3c4a737d1e2928b4a2
Author: sin <sin@2f30.org>
Date:   Wed, 22 Oct 2014 13:55:10 +0100

Update keybind list

Diffstat:
Mnoice.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/noice.1 b/noice.1 @@ -23,7 +23,7 @@ supports both vi-like and emacs-like key bindings in the default configuration. The default key bindings are described below; their functionality is described in more detail later. .Pp -.Bl -tag -width "h | Left | BackspaceXXXX" -offset indent -compact +.Bl -tag -width "l | Right | Return | C-mXXXX" -offset indent -compact .It Ic k | Up | C-p Move to previous entry. .It Ic j | Down | C-n @@ -32,7 +32,7 @@ Move to next entry. Scroll backwards one page. .It Ic Pgdown | C-d Scroll forwards one page. -.It Ic l | Right | C-m +.It Ic l | Right | Return | C-m Open file or enter directory. .It Ic h | Left | Backspace Back up one directory level.