fixed goToNextError keybindings
This commit is contained in:
+5
-2
@@ -17,10 +17,13 @@ let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
|||||||
set quickscope
|
set quickscope
|
||||||
|
|
||||||
map <leader>ff <Action>(SearchEverywhere)
|
map <leader>ff <Action>(SearchEverywhere)
|
||||||
|
map <leader>fg <Action>(FindInPath)
|
||||||
map <leader>fd <Action>(GotoDeclaration)
|
map <leader>fd <Action>(GotoDeclaration)
|
||||||
map <leader>ft <Action>(GotoTypeDeclaration)
|
map <leader>ft <Action>(GotoTypeDeclaration)
|
||||||
nnoremap gn :action GotoNextError<CR>
|
|
||||||
nnoremap gp :action GotoPreviousError<CR>
|
map <c-n> <Action>(List-selectNextRow)
|
||||||
|
nnoremap <c-n> :action GotoNextError<CR>
|
||||||
|
nnoremap <c-p> :action GotoPreviousError<CR>
|
||||||
|
|
||||||
map <leader>rc <Action>(IdeaVim.ReloadVimRc.reload)
|
map <leader>rc <Action>(IdeaVim.ReloadVimRc.reload)
|
||||||
map <leader>z <Action>(ToggleDistractionFreeMode)
|
map <leader>z <Action>(ToggleDistractionFreeMode)
|
||||||
|
|||||||
Reference in New Issue
Block a user