Explorar el Código

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

Lucas Stadler %!s(int64=14) %!d(string=hace) años
padre
commit
982020f065
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .vimrc

+ 3 - 0
.vimrc

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