summaryrefslogtreecommitdiff
path: root/idea/.ideavimrc
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-06 14:59:24 +0200
committerkkard2 <[email protected]>2023-07-09 11:51:07 +0200
commitc801ae5d7cb999b12b28a6e0016f1bf742be520a (patch)
treeb9d39f162913ff0dbf2e4b26ce9fb136d901db12 /idea/.ideavimrc
parent85e4e4d784dc11f6d5837484b69ea6c6c2ebf616 (diff)
more things i forgor
Diffstat (limited to 'idea/.ideavimrc')
-rw-r--r--idea/.ideavimrc11
1 files changed, 9 insertions, 2 deletions
diff --git a/idea/.ideavimrc b/idea/.ideavimrc
index ac1346e..9a35082 100644
--- a/idea/.ideavimrc
+++ b/idea/.ideavimrc
@@ -21,6 +21,12 @@ set incsearch
set ideajoin
+" i want to try this
+nnoremap ; :
+nnoremap : ;
+vnoremap ; :
+vnoremap : ;
+
" Focus sth (e.g. Focus Search)
nmap <leader>f; <Action>(ActivateTerminalToolWindow)
nmap <leader>f: <Action>(Terminal.OpenInTerminal)
@@ -79,8 +85,9 @@ nmap <leader>a <Action>(GotoAction)
nmap gd <Action>(GotoDeclaration)
nmap gi <Action>(GotoImplementation)
nmap gh <Action>(QuickJavaDoc)
-nmap gj <Action>(Forward)
-nmap gk <Action>(Back)
+nmap ge <Action>(GotoNextError)
+nmap gE <Action>(GotoPreviousError)
+nmap gj <Action>(ShowErrorDescription)
" debugging
nmap \b <Action>(ToggleLineBreakpoint)