Skip to content

Commit

Permalink
Summary: Fixes spf13#764 - Revert "some useful mappings I use everyday"
Browse files Browse the repository at this point in the history
Problem:
The "useful mappings" override existing, arguably *more* useful
mappings.

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

Testing:
Used the old mappings successfully.

Documentation:
No change - the reverted commit did not add/modify docs.
  • Loading branch information
toejough committed Jun 3, 2015
1 parent 03b9801 commit 854588c
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 lowsercase 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 854588c

Please sign in to comment.