1
0
nvim-config/core/history.vim

5 lines
85 B
VimL

" set the history far higher (default 50)
if &history < 1000
set history=1000
endif