diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-03-04 19:28:45 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-03-04 19:28:45 +0000 |
| commit | 9450ca4885bd1e07953de06265c8eca2cb496e0d (patch) | |
| tree | 3f7c4e3dd4c8cbcc05b507ceee6e2c32e73e3a18 /.config/vim | |
| parent | 24133450fef1d16c25b85c342872db8d49a8428d (diff) | |
moved .viminfo into .config/vim/
Diffstat (limited to '.config/vim')
| -rw-r--r-- | .config/vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 6573c9b..e8c9517 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -1,6 +1,9 @@ set nocompatible " This fixes the problem where arrow keys do not function properly on some systems. let mapleader=' ' " Use space for leader key +" Set viminfo to store in ~/.config/vim/viminfo +set viminfo=%,'100,<50,s10,h,n~/.config/vim/viminfo + " General visual look of Vim set number set ruler |
