vimrc shift-tab notes

This commit is contained in:
David Tomaschik
2021-03-19 10:52:03 -07:00
parent 50b74fc06e
commit 3afee0505b

View File

@@ -23,7 +23,8 @@ set expandtab
set shiftround set shiftround
set backspace=indent,eol,start set backspace=indent,eol,start
" Shift-tab to go backwards in insert mode " Shift-tab to go backwards in insert mode
imap <S-Tab> <Esc><<A " Does not work with YCM
inoremap <S-Tab> <C-d>
" Line numbering, ruler " Line numbering, ruler
set number set number