Skip to content

Instantly share code, notes, and snippets.

@asford
Created May 6, 2018 15:34
Show Gist options
  • Save asford/8f296d459ff8af32dbc7efdf91ed33fa to your computer and use it in GitHub Desktop.
Save asford/8f296d459ff8af32dbc7efdf91ed33fa to your computer and use it in GitHub Desktop.
Wasavi Settings
" exrc for wasavi
set visualbell
set nolaunchbell
set jkdenotative
" CTRL-C and <leader>y to copy to system clipboard
map <C-C> "*y
map ,y "*y
" CTRL-V paste
map <C-V> "*p
map! <C-V> <C-r>*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment