powerful yet reasonably lightweight Vim configuration with XDG support, best served with Vim 8
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set hlsearch |
|
set ideajoin |
|
set surround |
|
|
|
inoremap jj <Esc> |
|
nnoremap <C-l> :noh<CR><C-l>
|
|
|