Vim: Increase yank buffer

This commit is contained in:
Salt 2020-05-15 03:28:19 -05:00
parent dbe9ab673b
commit 2211463b4f

2
.vimrc
View File

@ -44,6 +44,8 @@ set nofoldenable
" Allow buffer switching without saving
set hidden
" Increase buffer size
set viminfo='20,<1000,s1000
" Split and tab configuration
nnoremap <C-H> <C-W><C-H>