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 030cc2f7ef013daffd425fdc03703fec476d00ed
parent 131b08005463ae850a1f10bd8bea7642e03376b0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  2 Mar 2020 17:00:57 +0100

Add note on pipe character in vi macros

Diffstat:
M.exrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.exrc b/.exrc @@ -24,6 +24,7 @@ map =L :set nolist map =n :set number map =N :set nonumber +" add pipe symbol by prefix with ^V character (press C-v twice): | map qB :Edit $BIB map qc :!compile % map qC :!tmux new-window -c "$(pwd)" compile -c -o % \; previous-window