Skip to content

Instantly share code, notes, and snippets.

@mdukat
Last active May 4, 2019 20:47
Show Gist options
  • Save mdukat/b50eaeb17602cb16ee47b25faadfbd81 to your computer and use it in GitHub Desktop.
Save mdukat/b50eaeb17602cb16ee47b25faadfbd81 to your computer and use it in GitHub Desktop.
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