54156d2faedc
vim: change HALP
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 26 May 2010 18:16:16 -0400 |
parents | 79b5e20cd96a |
children | ea00281d0bdf |
branches/tags | (none) |
files | vim/.vimrc |
Changes
--- a/vim/.vimrc Wed May 26 12:34:24 2010 -0400 +++ b/vim/.vimrc Wed May 26 18:16:16 2010 -0400 @@ -64,7 +64,7 @@ " Use Pathogen to load bundles call pathogen#runtime_append_all_bundles() -map <leader>HALP :call pathogen#helptags()<CR> +cmap HALP call pathogen#helptags()<CR> map <F2> :NERDTreeToggle<CR>