diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index ce82eec..0f5bb23 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -67,11 +67,12 @@ nnoremap H :HighlightCoverageForAll " Ale nmap (ale_previous_wrap) nmap (ale_next_wrap) +nmap R :ALERepeatSelection nmap sv :ALEGoToDefinition -vsplit nmap sh :ALEGoToDefinition -split nmap st :ALEGoToDefinition -tab nmap A :ALEGoToDefinition -nmap n :ALEFindReferences +nmap n :ALEFindReferences -relative nmap h :ALEHover nmap r :ALERename nmap ` :ALELint