From 3101f2047c29e2361adb2fd9152d9fac126b855b Mon Sep 17 00:00:00 2001 From: bretello Date: Mon, 6 Apr 2020 19:44:51 +0200 Subject: [PATCH] vim: add new mappings --- my_configs.vim | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/my_configs.vim b/my_configs.vim index 64cdfb8..2eba5a9 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -139,3 +139,21 @@ nnoremap G :Git nnoremap P :GPush nnoremap M :Git commit nnoremap u :GitGutterBufferToggle + +" OR map keys to use wrapping. +nmap (ale_previous_wrap) +nmap (ale_next_wrap) + +" this is assigned to jedi#goto_stubs() +" nunmap s + +" nnoremap sv :ALEGoToTypeDefinitionInVSplit +" nnoremap sh :ALEGoToTypeDefinitionInSplit +" nnoremap st :ALEGoToTypeDefinitionInTab +" nnoremap :ALEGoToTypeDefinition +nmap sv :ALEGoToDefinitionInVSplit +nmap sh :ALEGoToDefinitionInSplit +nmap st :ALEGoToDefinitionInTab +nmap A :ALEGoToDefinition +nmap n :ALEFindReferences +nmap r :ALERename