diff --git a/.ideavimrc b/.ideavimrc index e537e7d..37b0bfe 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -22,6 +22,7 @@ map fe (SearchEverywhere) map ff (GotoFile) map fg (FindInPath) map fd (GotoDeclaration) +map fr (FindUsages) map ft (GotoTypeDeclaration) map (List-selectNextRow) @@ -30,6 +31,7 @@ nnoremap :action GotoPreviousError map rc (IdeaVim.ReloadVimRc.reload) map z (ToggleDistractionFreeMode) +map b (ToggleLineBreakpoint) map er (Run) map ca (ShowIntentionActions) map oe (ShowErrorDescription)