Created
September 8, 2019 05:29
-
-
Save hvariant/f5348affd96e7d793151933ef4060fc6 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 nocp nobk "nocompatible and nobackup | |
| set bs=2 ts=2 sw=2 et ai si | |
| set ic is "ignore case and incsearch | |
| set nu cuc cul ls=2 ru | |
| syntax on | |
| filetype plugin indent on | |
| colo desert "to see all color schemes type :colo <C-d> | |
| " disable stupid upper/lower case conversion | |
| vmap u <nop> | |
| vmap U <Nop> | |
| nnoremap <PageUp> :bprevious<CR> | |
| nnoremap <PageDown> :bnext<CR> | |
| :command E e | |
| :command Q q | |
| :command W w | |
| :command Wq wq | |
| :command WQ wq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment