vimrc: enable hidden buffers

This commit is contained in:
surtur 2022-10-30 03:57:48 +01:00
parent 7a4aa02c6c
commit 4466a1a07c
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1262,6 +1262,12 @@ hi! link texMathZoneX texMathZone
hi! link texMathZoneXX texMathZone
hi! link texMathZoneEnsured texMathZone
" keep buffer contents in memory (e.g. undo history doesn't go away if change
" buffers and not saving undo history to disk)
" enable hidden buffers
set hidden
set conceallevel=0 " for jsons
set ttymouse=sgr " falls back to xterm,xterm2
" temporarily set ttymouse to xterm mode, setting notballoonevalterm did not