Ver Código Fonte

~/.vimrc: Set title.

Lucas Stadler 12 anos atrás
pai
commit
d951e771e0
1 arquivos alterados com 6 adições e 0 exclusões
  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