diff options
Diffstat (limited to 'plugin/undo.vim')
| -rw-r--r-- | plugin/undo.vim | 10 |
1 files changed, 10 insertions, 0 deletions
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 +" |
