Skip to content

Commit

Permalink
Merge pull request #787 from toejough/3.0
Browse files Browse the repository at this point in the history
Summary: Fixes #764 - Revert "some useful mappings I use everyday"
  • Loading branch information
spf13 committed Jul 16, 2015
2 parents be9260a + 9103530 commit 4543080
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4543080

Please sign in to comment.