Skip to content

Instantly share code, notes, and snippets.

@hvariant
Created September 8, 2019 05:29
Show Gist options
  • Select an option

  • Save hvariant/f5348affd96e7d793151933ef4060fc6 to your computer and use it in GitHub Desktop.

Select an option

Save hvariant/f5348affd96e7d793151933ef4060fc6 to your computer and use it in GitHub Desktop.
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