Navigation Menu

Skip to content

Commit

Permalink
make it so that hjkl navigation works properly
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.sixfeetup.com/svn/private/claytron/dotfiles/trunk@41515 7abc7aa1-7e52-db11-9331-00508bd72530
  • Loading branch information
claytron committed Sep 13, 2012
1 parent 07f45f9 commit 84f5fa5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .vimpagerrc
Expand Up @@ -39,13 +39,3 @@ set hlsearch
set ignorecase
" unless they contain upper-case letters
set smartcase

" Make cursor move by visual lines instead of file lines (when wrapping)
" This makes me feel more at home :)
map <up> gk
map k gk
imap <up> <C-o>gk
map <down> gj
map j gj
imap <down> <C-o>gj
map E ge

0 comments on commit 84f5fa5

Please sign in to comment.