Skip to content

Commit ac7d42f

Browse files
committed
Increment history to 1000 (from default of 20)
1 parent 27e828d commit ac7d42f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_vimrc

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ set nobackup
5252
" it automatically gets disabled
5353
set paste
5454

55+
" Set the commands to save in history. Default number is 20.
56+
set history=1000
57+
5558
" When encrypting any file, use the much stronger blowfish algorithm
5659
if has("cryptmethod")
5760
set cryptmethod=blowfish

0 commit comments

Comments
 (0)