dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 255eebb23ab6b2bce8d388d7a7451599731f3def
parent 6f846d636849d4de73359a95c095769e21924a73
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 25 Jan 2021 13:15:17 +0100

lf: mouse support

Diffstat:
Mlf/lfrc | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/lf/lfrc b/lf/lfrc @@ -231,6 +231,12 @@ cmd rmempty %find . -type d -empty -depth -delete cmd xld %open -a XLD $f # }}} # Mappings {{{ +# Mouse +map <m-down> down +map <m-up> up +map <m-1> open +map <m-3> updir + # execute current file (must be executable) map ; push : map x $$f