From d0e2217c4ea4c23419739d92005453757c228da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 13 May 2019 07:22:58 +0200 Subject: [PATCH] vim: dont set title --- dot/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/vimrc b/dot/vimrc index 61b94b0..ebfdcbd 100644 --- a/dot/vimrc +++ b/dot/vimrc @@ -30,7 +30,7 @@ nnoremap d (ale_go_to_definition_in_tab) nnoremap rf (ale_find_references) filetype plugin indent on -set title +set notitle set nocompatible set smartcase set shiftwidth=2 tabstop=2 expandtab