diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-08-18 08:53:57 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | dd33dcdbad772091b166de6a13e19824e1d4130f (patch) | |
tree | e74f76413cdeb052fcb647e40d4b323284ab560a /vimrc | |
parent | 21489efa5709787896a416c4236d16f9005c8653 (diff) | |
download | dotnvim-dd33dcdbad772091b166de6a13e19824e1d4130f.tar.gz dotnvim-dd33dcdbad772091b166de6a13e19824e1d4130f.zip |
Set terminal title
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ set number " enable mouse set mouse=a +" set term title +set title + " plugin dependent conf starts call plug#begin('~/.vim/plugged') |