fe

terminal file explorer and picker

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

commit 6f99fcccc79eea11bd05f78423f0c82ed8cdb6ce
parent b9abf791c0354bcb043daaa1c9aeccc0b1e3892c
Author: Jul <jul@9o.is>
Date:   Fri,  6 Feb 2026 11:36:07 -0500

add fzy grep search shortcut

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

diff --git a/config.h b/config.h @@ -46,7 +46,8 @@ static const keybinding_t keybindings[] = { {KEY('p'), action_paste, NULL}, /* p */ {KEY('l'), action_run, "less %s/%s"}, /* l (less/look) */ {KEY('t'), action_run, "tmux new-window -b 'vis %s/%s'"}, /* edit new tab */ - {KEY('f'), action_setpath, "ag -g . %s | fzy"}, /* s (search) */ + {KEY('f'), action_setpath, "ag -g . %s | fzy"}, /* f (find) */ + {KEY('s'), action_setpath, "fish -c fzyg"}, /* s (search/grep) */ {KEY('-'), action_parent, NULL}, /* - */ {"\x1bOD", action_parent, NULL}, /* LEFT */ {"\x1b[D", action_parent, NULL}, /* LEFT */