Skip to content

Instantly share code, notes, and snippets.

@stianeklund
Last active August 29, 2015 14:26
Show Gist options
  • Save stianeklund/7ae99f6554bbed4803a1 to your computer and use it in GitHub Desktop.
Save stianeklund/7ae99f6554bbed4803a1 to your computer and use it in GitHub Desktop.
Wasavi VIM like text editing in Chrome.
" exrc for wasavi´
set expandtab
set tabstop=2 shiftwidth=2
set autoindent
set expandtab
map [noremap] n j
map [noremap] e k
map [noremap] s h
map [noremap] t l
map [noremap] f e
map [noremap] k n
map [noremap] K N
map [noremap] U <C-r>
map [noremap] j <Nop>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment