Skip to content

Instantly share code, notes, and snippets.

@thriveth
Created November 19, 2012 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thriveth/4112851 to your computer and use it in GitHub Desktop.
Save thriveth/4112851 to your computer and use it in GitHub Desktop.
Keymap in Vim to scroll while keeping the cursor vertically centered in the window.
" Alt+j/k scrolls text up/down while
" keeping the cursor in center line.
nnoremap <A-j> jzz
nnoremap <A-k> kzz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment