vimrc: update autopairs conf

This commit is contained in:
leo 2023-07-01 23:54:36 +02:00
parent 08168e0280
commit d88defb99d
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -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 =