vimrc: enable hidden buffers
This commit is contained in:
parent
7a4aa02c6c
commit
4466a1a07c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user