feat (vimrc): let vim set the title of the terminal

This commit is contained in:
eeemsi 2023-11-17 18:58:39 +01:00
parent 11fb372518
commit ccd098a2e4
1 changed files with 3 additions and 0 deletions

3
vimrc
View File

@ -4,6 +4,9 @@ set nocompatible
" disable modeline for security
set nomodeline
" let vim set the terminal title
set title
" avoid creating a swapfile
set noswapfile