Skip to content

Instantly share code, notes, and snippets.

@zph
Created October 16, 2013 15:30
Show Gist options
  • Save zph/7009642 to your computer and use it in GitHub Desktop.
Save zph/7009642 to your computer and use it in GitHub Desktop.
" Set Leader key
let mapleader = ","
" Since we mapped , as leader, let's map ',' default backwards ;
nnoremap \ ,
map <Space> <Leader>
" Use jk to escape
inoremap jk <ESC>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment