Compare commits
1 Commits
740e378a93
...
babel
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f67c16187 |
2
init.vim
2
init.vim
@@ -63,7 +63,7 @@ inoremap <silent><expr> <TAB>
|
||||
\ coc#expandableOrJumpable() ? "\<C-r>=coc#snippet#next()\<CR>" :
|
||||
\ coc#refresh()
|
||||
inoremap <silent><expr> <S-TAB>
|
||||
\ coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>"
|
||||
\ coc#pum#visible() ? coc#pum#prev(1) :
|
||||
\ CheckBackspace() ? "\<S-Tab>" :
|
||||
\ coc#expandableOrJumpable() ? "\<C-r>=coc#snippet#prev()\<CR>" :
|
||||
\ coc#refresh()
|
||||
|
||||
Reference in New Issue
Block a user