diff options
| author | kkard2 <[email protected]> | 2024-03-14 09:30:42 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-03-14 09:30:42 +0100 |
| commit | 49502204056d519f92b29ac38b3f066ab862cc5d (patch) | |
| tree | 3b6e5d7b5a61492ac103faeb10454595b0426e5e | |
| parent | 8d4a1d789a43ae61b3490c3513ec9cb65175cb78 (diff) | |
trying that
| -rw-r--r-- | idea/.ideavimrc | 10 |
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> |
