summaryrefslogtreecommitdiff
path: root/idea
diff options
context:
space:
mode:
Diffstat (limited to 'idea')
-rw-r--r--idea/.ideavimrc10
1 files changed, 10 insertions, 0 deletions
diff --git a/idea/.ideavimrc b/idea/.ideavimrc
index 8b56bc6..3e2506b 100644
--- a/idea/.ideavimrc
+++ b/idea/.ideavimrc
@@ -102,3 +102,13 @@ nmap \r <Action>(Resume)
nmap \j <Action>(StepInto)
nmap \k <Action>(StepOut)
nmap <C-\> <Action>(StepOver)
+
+" harpoon
+nmap <leader>1 :action GotoHarpoon1<CR>
+nmap <leader>2 :action GotoHarpoon2<CR>
+nmap <leader>3 :action GotoHarpoon3<CR>
+nmap <leader>4 :action GotoHarpoon4<CR>
+nmap <leader>5 :action GotoHarpoon5<CR>
+
+nmap <leader>a :action AddToHarpoon<CR>
+nmap <leader>s :action ShowHarpoon<CR>