Skip to content

Commit

Permalink
Add GoToError mappings for ideavim
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrodgers42 committed Mar 6, 2024
1 parent 6b93c77 commit 65f54cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intellij/.ideavimrc
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ nnoremap <C-l> <C-w>l
nnoremap <C-\> :action SplitVertically<CR>
nnoremap <C--> :action SplitHorizontally<CR>

nnoremap d] :action GotoNextError<CR>
nnoremap d[ :action GotoPreviousError<CR>
" Find more examples here: https://jb.gg/share-ideavimrc

0 comments on commit 65f54cb

Please sign in to comment.