From ccd098a2e467286609c1f5603e499b6929a90c75 Mon Sep 17 00:00:00 2001 From: eeemsi Date: Fri, 17 Nov 2023 18:58:39 +0100 Subject: [PATCH] feat (vimrc): let vim set the title of the terminal --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 25c5f51..1820536 100644 --- a/vimrc +++ b/vimrc @@ -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