dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 57e506a9ca82a4191bd64c0a9056e9db7fcecb3c
parent efb3f64d8cc24e2029e5ac2d853d10c305454d15
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 23 May 2020 21:33:50 +0200

Change binding for indent

Diffstat:
M.exrc | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.exrc b/.exrc @@ -30,7 +30,6 @@ map qc :!compile % map qC :!tmux new-window -c "$(pwd)" compile -c -o % \; previous-window map qd :r !date map qe :edit -map qi :%!indent -lc75 -bad -di0 -ncdb map qj :r !jabbrev map qm :!make map qM :!tmux split-window -p 25 make \; select-pane -l @@ -58,14 +57,14 @@ map q? :s/\/\* *// :s/ *\*\/// map #1 :!man vi +map \e :%!expand -4 +map \E :%!expand -8 +map \i :%!indent -lc75 -bad -di0 -ncdb map \m 8G/-- j:.,$!fmt -72 map \p !}fmt map \P :.,$!fmt -map \e :%!expand -4 -map \E :%!expand -8 map \s :w :!aspell -c % :e! - map *' Ea'Bi' map *" Ea"Bi" map *< Ea>Bi<