From 2203bb3957f98b2a372a274f3332586fbcd9aaf0 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 12 Jun 2025 09:19:09 +0300 Subject: [PATCH] chore(config): ideavim harpoon config Signed-off-by: Ismo Vuorinen --- config/ideavim/ideavimrc | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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