diff --git a/dot_ideavimrc b/dot_ideavimrc index 1e5338b..13e7ee4 100644 --- a/dot_ideavimrc +++ b/dot_ideavimrc @@ -8,7 +8,7 @@ set argtextobj " enable gcc / gc+motion to toggle comments set commentary " jump around text easier, with as leader -Plug 'easymotion/vim-easymotion' +set easymotion " highlight yank. duh. set highlightedyank " vim navigation for the dir tree view @@ -57,3 +57,6 @@ nnoremap sethandler a:vim sethandler a:vim sethandler n:ide + +map (PreviousTab) +map > (NextTab)