fe
terminal file explorer and picker
git clone https://9o.is/git/fe.git
commit cdd103570585a634786b99d119206e1655fba659 parent e56fd1e39e4401896ed5244396fe1b53a9e6023b Author: Jul <jul@9o.is> Date: Tue, 27 Jan 2026 23:30:44 -0500 set 'p' to paste and 'l' to look (preview) Diffstat:
| M | config.def.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -43,8 +43,8 @@ static const keybinding_t keybindings[] = { {KEY('d'), action_remove, NULL}, /* d (delete/remove) */ {KEY('x'), action_cut, NULL}, /* x (cut) */ {KEY('y'), action_copy, NULL}, /* y */ - {KEY('v'), action_paste, NULL}, /* v */ - {KEY('p'), action_run, "less %s/%s"}, /* p (preview) */ + {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('-'), action_parent, NULL}, /* - */