Created
November 16, 2013 06:36
-
-
Save twmht/7496719 to your computer and use it in GitHub Desktop.
configuration file of vrapperrc
This file contains hidden or 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
set autoindent | |
set ignorecase | |
set smartcase | |
set regexsearch | |
set hlsearch | |
set incsearch | |
set saney | |
set number | |
set autochdir | |
inoremap jj <ESC> | |
nnoremap U :redo<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment