From 06238dc3c19afd4c6434a7ed463ab36fad14cff7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 29 Nov 2016 03:01:43 +0100 Subject: programs/vim: Disable mouse support This one is annoying and it seems to be enabled by default in recent Vim versions, so let's get rid of it. Signed-off-by: aszlig --- modules/user/aszlig/programs/vim/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/user') diff --git a/modules/user/aszlig/programs/vim/default.nix b/modules/user/aszlig/programs/vim/default.nix index affbb54a..27f9e98a 100644 --- a/modules/user/aszlig/programs/vim/default.nix +++ b/modules/user/aszlig/programs/vim/default.nix @@ -293,6 +293,7 @@ let set termencoding=ascii set backspace=indent,eol,start set background=dark + set mouse= ''; plugin = '' -- cgit 1.4.1