Add shift-tab to remove indentation

This commit is contained in:
2022-05-26 16:17:36 +02:00
parent 991dfcf4c3
commit 2a7bfbbaf0

1
_vimrc
View File

@@ -161,6 +161,7 @@ map <F5> :!build make<Return><Return>
map <F6> :!build run<Return><Return> map <F6> :!build run<Return><Return>
map <S-F5> :so $MYVIMRC<Return> map <S-F5> :so $MYVIMRC<Return>
"imap {}<Return> {<cr>}<Esc>O "imap {}<Return> {<cr>}<Esc>O
imap <S-Tab> <Esc><<`^a
imap §§ <Esc> imap §§ <Esc>
for gcommand in ['Git', 'Gcd', 'Glcd', 'Gstatus', 'Gcommit', 'Gmerge', 'Gpull', for gcommand in ['Git', 'Gcd', 'Glcd', 'Gstatus', 'Gcommit', 'Gmerge', 'Gpull',