Просмотр исходного кода

~/.vimrc: Store all .swp's in ~/.vim/tmp (ah, it's soo relieving).

Lucas Stadler лет назад: 14
Родитель
Сommit
982020f065
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .vimrc

+ 3 - 0
.vimrc

25
" Keep a longer history
25
" Keep a longer history
26
set history=100
26
set history=100
27
27
28
" Oh YEAY, finally. Store them (swaps) all in *one* directory.
29
set directory=~/.vim/tmp/
30
28
" Wrap lines in textfiles automatically.
31
" Wrap lines in textfiles automatically.
29
" (Any way to enable in comments?)
32
" (Any way to enable in comments?)
30
au FileType text set textwidth=72
33
au FileType text set textwidth=72