Skip to content

Commit

Permalink
You can't add comments to the tail of a remap line
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed May 1, 2015
1 parent 86003ba commit 6ddb460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@
nnoremap gv guiW
"go to first and last char of line
nnoremap H ^ "go to first char of line
nnoremap L g_ "go to last char of line
nnoremap H ^
nnoremap L g_
vnoremap H ^
vnoremap L g_
Expand Down

1 comment on commit 6ddb460

@18thletter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These remaps conflict with the mapping of Shift + h and Shift + l (on line 349-350)

Please sign in to comment.