Skip to content

Commit

Permalink
Merge pull request #466 from memotype/3.0
Browse files Browse the repository at this point in the history
Add other g* commands to go with gj, gk, etc.
  • Loading branch information
spf13 committed Oct 14, 2013
2 parents a11c819 + bdf475e commit f4d83f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,13 @@
noremap j gj
noremap k gk
" Same for 0, home, end, etc
noremap $ g$
noremap <End> g<End>
noremap 0 g0
noremap <Home> g<Home>
noremap ^ g^
" The following two lines conflict with moving to top and
" bottom of the screen
" If you prefer that functionality, add the following to your
Expand Down

0 comments on commit f4d83f5

Please sign in to comment.