fe
terminal file explorer and picker
git clone https://9o.is/git/fe.git
commit 9bed3588514c4f35bd769057387c04859c19ca58 parent 9c0b9bf7c1bbcadf1c183a0abc84131d634b10f7 Author: Jul <jul@9o.is> Date: Mon, 26 Jan 2026 02:18:25 -0500 use tmux/ag for new tab and file search Diffstat:
| M | config.def.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -36,9 +36,9 @@ static const keybinding_t keybindings[] = { {KEY('G'), action_last, NULL}, /* G */ {KEY('~'), action_home, NULL}, /* ~ */ {KEY('.'), action_togglehidden, NULL}, /* . */ - {KEY('p'), action_run, "less %s/%s"}, /* p (preview) */ - {KEY('t'), action_run, "echo \"create 'vis %s/%s'\" > $DVTM_CMD_FIFO"}, /* edit new tab */ - {KEY('f'), action_setpath, "find %s | fzy"}, /* s (search) */ + {KEY('p'), action_run, "less %s/%s"}, /* p (preview) */ + {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('-'), action_parent, NULL}, /* - */ {"\x1bOD", action_parent, NULL}, /* LEFT */ {"\x1b[D", action_parent, NULL}, /* LEFT */