Explorar el Código

~/.vimrc: Set title.

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

+ 6 - 0
.vimrc

@ -61,6 +61,12 @@ set directory=~/.vim/tmp/
61 61
set undodir=~/.vim/tmp/
62 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 70
" Wrap lines in textfiles automatically.
65 71
" (Any way to enable in comments?)
66 72
set textwidth=72