4 lines
97 B
VimL
4 lines
97 B
VimL
inoremap <S-TAB> <TAB>
|
|
inoremap <TAB> <C-R>=SmartTab()<CR>
|
|
inoremap <BS> <C-R>=SmartDelete()<CR>
|