Created
November 19, 2012 18:54
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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