From 709accc8e4f6dc3c21fc9b55e9fcc31559c68472 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 21 Sep 2019 12:44:34 -0400 Subject: Re-arrange the vim configuration --- plugin/undo.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugin/undo.vim (limited to 'plugin/undo.vim') diff --git a/plugin/undo.vim b/plugin/undo.vim new file mode 100644 index 0000000..78c7e48 --- /dev/null +++ b/plugin/undo.vim @@ -0,0 +1,10 @@ +" Persistent undo +set undofile +set undodir=~/.vimundo +set undolevels=1000 +set undoreload=10000 + +" lots of history, it's always nice to find old nasty command that happen +" to be really useful +set history=10000 +" -- cgit v1.2.3