Skip to content

Instantly share code, notes, and snippets.

@terbo
Created January 29, 2016 12:24
Show Gist options
  • Save terbo/f9911ea1b609028e2c03 to your computer and use it in GitHub Desktop.
Save terbo/f9911ea1b609028e2c03 to your computer and use it in GitHub Desktop.
set ts=2
set sw=2
set number
set expandtab
set undofile
set undodir=~/.vim/undodir
set modeline
syn on
set ai
map :set number<cr>
map  :set nonumber<cr>
map  :next<cr>
map  :prev<cr>
map  :setlocal paste!<cr>
map W :w<cr>
map R :redo<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment