14 lines
253 B
Plaintext
14 lines
253 B
Plaintext
nnoremap j 6j
|
|
nnoremap k 6k
|
|
noremap J gt
|
|
noremap K gT
|
|
noremap <C-j> :tabm +1<CR>
|
|
noremap <C-k> :tabm -1<CR>
|
|
noremap gH yHP
|
|
set animations=true
|
|
"set complete=
|
|
"set hintchars=hjklasdfgyuiopqwertnmzxcvb
|
|
colorscheme vimPgray
|
|
set titlestring=
|
|
set newtab=all
|