commit 1ce232a4e50563c1cd14ac4143e4cf1825b82df1 parent 14feb6846d5182566d5e0fc2e53073feb1ecc4f3 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 28 Nov 2019 11:36:26 +0100 Change compile bindings Diffstat:
M | .exrc | | | 7 | ++++--- |
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.exrc b/.exrc @@ -25,8 +25,8 @@ map =n :set number map =N :set nonumber map qB :Edit $BIB -map qc ^i/* A */^ " C comment -map qC :s/\/\* \([^*]*\) \*\//\1/ " C uncomment +map qc :!compile % +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 @@ -50,7 +50,8 @@ map qq :q map QQ :q! map q] ok map q[ Oj -map q :!compile % +map q/ ^i/* A */^ +map q? :s/\/\* \([^*]*\) \*\//\1/ map #1 :!man vi