commit a17538283f7588fe58770c16f22bbfe479b18c84
parent a69f6d134694b1adad35e9a405092517a2c5eb40
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  3 Dec 2019 13:32:34 +0100
Add binding for jabbrev
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.exrc b/.exrc
@@ -30,7 +30,8 @@ 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
               " indent and format C program source
+map qi :%!indent -i4
+map qj :r !jabbrev 
 map qm :!make
 map qM :!tmux split-window -p 25 make \; select-pane -l
 map qo :!compile -o %