fe

terminal file explorer and picker

git clone https://9o.is/git/fe.git

commit 337ce86ac7338a4efb6e73c6dc4f5ddaffec0a20
parent 903d743937a852f7b80d0cb9b44e0eb5fd9214e9
Author: Jul <jul@9o.is>
Date:   Tue, 27 Jan 2026 02:03:34 -0500

add 'q' shortcut to exit

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -32,6 +32,7 @@ static const keybinding_t keybindings[] = { {KEY_CTRL('J'), action_next, NULL}, /* C-J */ {KEY_CTRL('U'), action_halfpageup, NULL}, /* C-U */ {KEY_CTRL('D'), action_halfpagedown, NULL}, /* C-D */ + {KEY('q'), action_exit, NULL}, /* q */ {KEY('g'), action_first, NULL}, /* g */ {KEY('G'), action_last, NULL}, /* G */ {KEY('~'), action_home, NULL}, /* ~ */