Merge pull request #787 from toejough/3.0

Summary: Fixes #764 - Revert "some useful mappings I use everyday"
This commit is contained in:
Steve Francia 2015-07-16 10:07:25 -04:00
commit 45430804b4

10
.vimrc
View File

@ -382,16 +382,6 @@
nmap <leader>f8 :set foldlevel=8<CR>
nmap <leader>f9 :set foldlevel=9<CR>
"UPPERCASE and lowercase conversion
nnoremap g^ gUiW
nnoremap gv guiW
"go to first and last char of line
nnoremap H ^
nnoremap L g_
vnoremap H ^
vnoremap L g_
" Most prefer to toggle search highlighting rather than clear the current
" search results. To clear search highlighting rather than toggle it on
" and off, add the following to your .vimrc.before.local file: