diff --git a/config/ideavim/ideavimrc b/config/ideavim/ideavimrc index ab7ebec..a54b751 100644 --- a/config/ideavim/ideavimrc +++ b/config/ideavim/ideavimrc @@ -168,6 +168,22 @@ nnoremap 'x `X nnoremap 'y `Y nnoremap 'z `Z +" Harpoon +nmap :action SetHarpoon1 +nmap :action SetHarpoon2 +nmap :action SetHarpoon3 +nmap :action SetHarpoon4 +nmap :action SetHarpoon5 +nmap :action SetHarpoon6 +nmap :action GotoHarpoon1 +nmap :action GotoHarpoon2 +nmap :action GotoHarpoon3 +nmap :action GotoHarpoon4 +nmap :action GotoHarpoon5 +nmap :action GotoHarpoon6 +nmap :action ShowHarpoon +nmap :action AddToHarpoon + " --- set cursorline " Highlight current line @@ -182,9 +198,9 @@ map Q gq syntax enable filetype plugin indent on -" call plug#begin('~/.config/vim/plugged') +call plug#begin('~/.config/vim/plugged') " Plug 'ayu-theme/ayu-vim' -" call plug#end() +call plug#end() set termguicolors