Skip to content

Instantly share code, notes, and snippets.

@vbauerster
Created September 3, 2018 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vbauerster/adb4cb2e2f989429f136a4d286245a7b to your computer and use it in GitHub Desktop.
Save vbauerster/adb4cb2e2f989429f136a4d286245a7b to your computer and use it in GitHub Desktop.
" exrc for wasavi
set tabstop=4
set number
set jkdenotative
set cursorline
set cursorcolumn
set theme=solarized
" map! is insert mode
map! ,. <esc>
map ,, :options<return>
map ,<space> :set<space>fs<return>
map ,- :set<space>nofs<return>
map ,s :set<space>
map <c-return> :x<return>
map <c-j> 3gj
map <c-k> 3gk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment