Mercurial > dotfiles
diff vim/vimrc @ 112:9495034e7dc4
New mappings in Vim.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 28 Aug 2012 21:39:44 -0700 |
parents | a755319f124e |
children | 539d84664c27 |
line wrap: on
line diff
--- a/vim/vimrc Tue Aug 28 21:27:13 2012 -0700 +++ b/vim/vimrc Tue Aug 28 21:39:44 2012 -0700 @@ -284,6 +284,9 @@ " Easier things to type nnoremap <leader>w :w<cr> nnoremap <leader>q :q<cr> +nnoremap <leader>h :Hg +nnoremap <leader>hs :Hgstatus<cr> +nnoremap <leader>hv :Hgvdiff<cr> " Toggle invisible characters nnoremap <leader>i :set list!<cr>