sync/vimperatorrc

27 lines
587 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
noremap gt :set toolbars=noaddons,nobookmarks,nomenu,tabs,nonavigation<CR>
noremap gT :set toolbars=noaddons,nobookmarks,menu,tabs,navigation<CR>
noremap Y i<C-c>
noremap !! :<Up>
noremap <C-o> mn'p<Esc>
noremap <C-i> mp'n<Esc>
noremap G mpG<Esc>
noremap gg mpgg<Esc>
noremap / mp/
inoremap L $
inoremap H ^
vnoremap L $
vnoremap H ^
set animations=true
colorscheme vimPgray
set titlestring=
set newtab=all
"set complete=
"set hintchars=hjklasdfgyuiopqwertnmzxcvb