dotfiles

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

commit 2d5cc4d5afc68ba032f429a316a5cf8f6c4ca98e
parent 5cb4d3869ad042f0f581fcc61232af43bfcb3fec
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 18 Feb 2020 18:01:12 +0100

lf: want o to open all selected files

Former-commit-id: 8b07e93b0f8c7a9dffece3b0ab283eec5785d2ee
Diffstat:
Mlf/lfrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lf/lfrc b/lf/lfrc @@ -96,7 +96,7 @@ map x $$f map X !$f # dedicated keys for file opener actions -map o &open $f +map o &open $fx map O push hol map r source ~/.config/lf/lfrc