vimrc: update autopairs conf
This commit is contained in:
parent
08168e0280
commit
d88defb99d
@ -547,9 +547,14 @@ let g:terraform_fmt_on_save=1
|
||||
|
||||
|
||||
" autopairs
|
||||
let g:AutoPairsMapBS = 1
|
||||
let g:AutoPairsMapBSIn = 1
|
||||
let g:AutoPairsMapBSAfter = 1
|
||||
" ignore next char - default binding is <c-p><c-e>
|
||||
" sometimes issues with expanding {}
|
||||
let g:AutoPairsMultilineClose = 0
|
||||
let g:AutoPairsFlyMode = 0
|
||||
let g:AutoPairsFlyMode = 0 "jump back with <c-p><c-b>
|
||||
" disable jumpy cursor - centers screen when in lower 1/3.
|
||||
let g:AutoPairsMapCR = 0
|
||||
" inoremap <cr> <esc>:call autopairs#AutoPairsReturn()<cr>i
|
||||
" let g:AutoPairsFlyModeBlacklist =
|
||||
|
Loading…
Reference in New Issue
Block a user