Skip to content

Commit

Permalink
Remove mappings which conflict with fastTabs
Browse files Browse the repository at this point in the history
Removes the `H` and `L` mappings which conflict with the pre-existing fastTabs mappings.

Fixes spf13#764
  • Loading branch information
toejough committed May 2, 2015
1 parent 6ddb460 commit 77f5829
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -366,12 +366,6 @@
nnoremap g^ gUiW
nnoremap gv guiW
"go to first and last char of line
nnoremap H ^
nnoremap L g_
vnoremap H ^
vnoremap L g_
"use ; to go to command line
nnoremap ; :
vnoremap ; :
Expand Down

0 comments on commit 77f5829

Please sign in to comment.