diff --git a/my_configs.vim b/my_configs.vim index 8678b57..175dcd2 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -155,9 +155,9 @@ nmap (ale_next_wrap) " nnoremap sh :ALEGoToTypeDefinitionInSplit " nnoremap st :ALEGoToTypeDefinitionInTab " nnoremap :ALEGoToTypeDefinition -nmap sv :ALEGoToDefinitionInVSplit -nmap sh :ALEGoToDefinitionInSplit -nmap st :ALEGoToDefinitionInTab +nmap sv :ALEGoToDefinition -vsplit +nmap sh :ALEGoToDefinition -split +nmap st :ALEGoToDefinition -tab nmap A :ALEGoToDefinition nmap n :ALEFindReferences nmap r :ALERename