Some ranger shortcuts and cava color theme change

This commit is contained in:
Tuan-Dat Tran
2018-11-30 22:27:56 +01:00
parent db834c2d0d
commit 160743e2e7
9 changed files with 35 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
imap <leader>ifm if<Space>__name__<Space>==<Space>'__main__':<Enter>
" Compiling
map <C-c><C-c> <Esc>:!python %<Enter>
map <C-c><C-c> <Esc>:!clear; python %<Enter>
" Use the below highlight group when displaying bad whitespace is desired.
highlight BadWhitespace ctermbg=red guibg=red