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 0f86d6f8b20214c36f00c150fd1b4e0c3f80b068
parent f138e55aa8bfa394417ed64fd7f18a0a496479c5
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 12 Jan 2015 11:48:22 +0100

add vimprocbang shortcut <leader>!

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

diff --git a/.vimrc b/.vimrc @@ -298,6 +298,7 @@ nmap <leader>B :e ~/articles/own/BIBnew.bib<CR> " vimproc nmap <leader>E :VimProcRead +nmap <leader>! :VimProcBang nmap <leader>m :Make<CR>