From d77c71cf59dd633fabbf344b6f604dd80210b3b8 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 14 Jun 2020 17:10:12 +0200 Subject: [PATCH] vim: update ALEGoToDefinition mappings --- my_configs.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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