dotfiles

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

commit c2b03f61e54bbb78cbd42638ee015af0cd43214b
parent 57aacf67ee6488d8b2832dec86540296a6cb5e36
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 14 Oct 2019 23:01:39 -0400

lf: config

Former-commit-id: b82c4c1d5ab2238c4e3842684b4c7f2ae82dd648
Diffstat:
Mlf/lfrc | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/lf/lfrc b/lf/lfrc @@ -79,8 +79,8 @@ cmd zip ${{ rm -rf $1 }} -cmd edit_config ${{ - $EDITOR ~/.config/lf/lfrc +cmd edit_config :{{ + $$EDITOR ~/.config/lf/lfrc source ~/.config/lf/lfrc }} # }}} @@ -96,6 +96,8 @@ map O $mimeopen --ask $f map R push :rename<space> map E $$EDITOR $f map D delete +map <enter> shell-pipe +map S shell map gd cd ~/Documents map gD cd ~/Desktop @@ -103,5 +105,7 @@ map gl cd ~/Downloads map gw cd ~/Dropbox/vimwiki map gz cd ~/Documents/Programming/thezeroalpha.github.io/ map g/ cd / +map gs cd ~/Documents/School +map g. cd ~/.dotfiles -map ec edit_config +map <a-,> edit_config