chore: update ideavimrc

This commit is contained in:
winston 2022-10-04 05:42:04 +02:00
parent e0088510cf
commit 4c5711d7b7
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -8,7 +8,7 @@ set argtextobj
" enable gcc / gc+motion to toggle comments " enable gcc / gc+motion to toggle comments
set commentary set commentary
" jump around text easier, with <space> as leader " jump around text easier, with <space> as leader
Plug 'easymotion/vim-easymotion' set easymotion
" highlight yank. duh. " highlight yank. duh.
set highlightedyank set highlightedyank
" vim navigation for the dir tree view " vim navigation for the dir tree view
@ -57,3 +57,6 @@ nnoremap <C-H> <C-W><C-H>
sethandler <C-D> a:vim sethandler <C-D> a:vim
sethandler <C-U> a:vim sethandler <C-U> a:vim
sethandler <C-R> n:ide sethandler <C-R> n:ide
map <a-<> <Action>(PreviousTab)
map <a->> <Action>(NextTab)