Last active
May 4, 2019 20:47
-
-
Save mdukat/b50eaeb17602cb16ee47b25faadfbd81 to your computer and use it in GitHub Desktop.
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
set nocompatible | |
set nu | |
set smartindent | |
nnoremap <F10> :tabp<CR> | |
nnoremap <F11> :tabn<CR> | |
nnoremap <c-o> :tabe<space> | |
nnoremap <F12> :close<CR> | |
nnoremap <C-F12> :close!<CR> | |
nnoremap <S-F12> :vnew<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment