Add configs for yakuake and ranger

+ Alias for using Python 3.9 and pip3.9
+ Adjust step-in and step-out vim keybinds
This commit is contained in:
2021-09-23 10:14:42 -04:00
parent 3a9b30b8c7
commit f4f1a9dbba
8 changed files with 3482 additions and 2 deletions

4
.vimrc
View File

@@ -183,8 +183,8 @@ let g:clang_library_path=$LIBCLANG
let g:clang_sort_algo="priority"
let g:clang_close_preview=1
let g:clang_jumpto_declaration_in_preview_key="\\"
let g:clang_jumpto_declaration_key="+"
let g:clang_jumpto_back_key="_"
let g:clang_jumpto_declaration_key="]"
let g:clang_jumpto_back_key="["
" Whether or not clang should complete preprocessor patterns
let g:clang_complete_macros=1