Created
March 11, 2015 13:51
-
-
Save khanghoang/78f3afd7e7743609fec3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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