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 994981030eea39916d90847c7be8312451088ab8
parent c3305b6a6ce1409e5fdda9f4a6e4eddc1157d0d1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 11 Oct 2019 16:43:25 +0200

Add ctags binding

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

diff --git a/.exrc b/.exrc @@ -14,6 +14,7 @@ set wraplen=80 map Y y$ +map =c :!ctags *.c map =d :r !date map =l :set list map =L :set nolist @@ -22,6 +23,7 @@ map =M :!tmux split-window -p 25 top \; select-pane -l map =n :set number map =N :set nonumber map =o :!tmux split-window $EDITOR "$(find . -type f )" +map =t :tag map =w :w map =x :wq map =q :q