Created
January 20, 2019 22:45
-
-
Save sireliah/5e26ab217ae7e7a6b2dd17d22c922bc2 to your computer and use it in GitHub Desktop.
vimrc
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
| filetype indent plugin on | |
| nnoremap <C-S-Down> :m .+1<CR>== | |
| nnoremap <C-S-Up> :m .-2<CR>== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment