Summary: Fixes #764 - Revert "some useful mappings I use everyday"

Problem:
The "useful mappings" override existing, arguably *more* useful
mappings.

Analysis:
Revert the commit.
This commit reverts commit 96678bcd99.

Testing:
Used the old mappings successfully.

Documentation:
No change - the reverted commit did not add/modify docs.
This commit is contained in:
toejough 2015-06-03 09:05:13 -06:00
parent be9260a05f
commit 91035304c4

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: