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

+ 6 - 0
.vimrc

61
set undodir=~/.vim/tmp/
61
set undodir=~/.vim/tmp/
62
set undofile
62
set undofile
63
63
64
let &t_ts = "\e]2;"
65
let &t_fs = "\007"
66
set title
67
set titleold=
68
au BufEnter * let &titlestring=substitute(expand('%:p'), '^' . $HOME, '~', '')
69
64
" Wrap lines in textfiles automatically.
70
" Wrap lines in textfiles automatically.
65
" (Any way to enable in comments?)
71
" (Any way to enable in comments?)
66
set textwidth=72
72
set textwidth=72