summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-07-06 14:59:24 +0200
committerkkard2 <[email protected]>2023-07-06 14:59:24 +0200
commit4e077b6e22b830e303a65fa200dbd65706f2dcc9 (patch)
treeb9d39f162913ff0dbf2e4b26ce9fb136d901db12
parent85b8d0109eb0ec188bdec5d136558e6d938bef87 (diff)
more things i forgor
-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)