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 1b1594a39943cddb0fe55a16858cd820d245bcf2
parent e9710edb638375206c6cf0f7cab9f71a455f8cdf
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 May 2020 20:48:01 +0200

Change bind call to use tabs for indent

Diffstat:
M.exrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.exrc b/.exrc @@ -31,7 +31,7 @@ map qC :!tmux new-window -c "$(pwd)" compile -c -o % \; previous-window map qd :r !date map qe :edit map qh :!tmux split-window -h $EDITOR -map qi :%!indent -i4 +map qi :%!indent map qj :r !jabbrev map qm :!make map qM :!tmux split-window -p 25 make \; select-pane -l