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