Changed shortcuts for Umlaute and improved compiling shortcuts

This commit is contained in:
TuDatTr
2020-01-20 01:04:10 +01:00
parent 5c0c9da67a
commit 229e27c84c
10 changed files with 32 additions and 30 deletions

View File

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