Skip to content

Instantly share code, notes, and snippets.

@khanghoang
Created March 11, 2015 13:51
Show Gist options
  • Save khanghoang/78f3afd7e7743609fec3 to your computer and use it in GitHub Desktop.
Save khanghoang/78f3afd7e7743609fec3 to your computer and use it in GitHub Desktop.
map <C-h> <C-w>h
map <C-j> <C-w>j
map <C-k> <C-w>k
map <C-l> <C-w>l
"Quick Esc
imap jj <Esc>
imap jk <Esc>
imap Jj <Esc>
imap jK <Esc>
map <D-j> 4j
map <D-k> 4k
"Remap VIM 0
noremap 0 ^
noremap ^ 0
"disble search case sensitive
:set ic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment