mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
vimrc shift-tab notes
This commit is contained in:
@@ -23,7 +23,8 @@ set expandtab
|
||||
set shiftround
|
||||
set backspace=indent,eol,start
|
||||
" 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
|
||||
set number
|
||||
|
||||
Reference in New Issue
Block a user