about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2022-11-29 15:46:10 -0600
committerStarfall <us@starfall.systems>2022-11-29 15:46:10 -0600
commit288df6c0601166a4279cb560f4e4f64cb9550b78 (patch)
treec13f346f2654a585bab3dd16eeebefbd33d1c50a
parent929c16f6ad6e19c3f13f6503f10ff9fed77bf215 (diff)
vim: 'set title' since we've been using a terminal that supports it for awhile
-rw-r--r--.vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index dba5e65..e93f96e 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -5,6 +5,7 @@ let mapleader=" "
 set visualbell
 set laststatus=2
 set ruler
+set title
 
 " use 4-wide hard tabs by default
 set autoindent