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 b1de06e3895bdc66bc59674480c85d8ca5ce4fb2
parent f3aa85940f428c93a84c1c73142caf62a77807a3
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  9 Jan 2014 15:17:28 +0100

Save with ZX in normal mode

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

diff --git a/.vimrc b/.vimrc @@ -191,6 +191,9 @@ hi ColorColumn ctermbg=0 """ Keyboard shortcuts +" Save with ZX +nmap ZX :w<CR> + " Shortcut to reload .vimrc nmap <leader>r :source $MYVIMRC<CR>