Skip to content

Instantly share code, notes, and snippets.

@zfz
Last active December 27, 2015 10:58
Show Gist options
  • Save zfz/7314678 to your computer and use it in GitHub Desktop.
Save zfz/7314678 to your computer and use it in GitHub Desktop.
inoremap <C-c> <Ins><C-c><Ins>
inoremap <C-v> <Ins><C-v><Ins>
inoremap <C-a> <Ins><C-a><Ins>
nnoremap <A-j> gT
nnoremap <A-k> gt
nnoremap <A-h> <S-h>
nnoremap <A-l> <S-l>
nnoremap x d
nnoremap j 5j
nnoremap k 5k
" set hintchars=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
hi Hint font:"DejaVu Sans Mono";font-size:120%;color:red;background-color:yellow;padding:2px
hi CompItem font-size: 15px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment