commit 9ce855245750f46ee239db9295a2daaaefe8e1a8
parent ae866b59c0eca174617348a4ddb83c43f65bbd89
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 26 Mar 2019 12:44:36 +0100
Do not show popups in GUI
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/links/.vim/plugin/00-general.vim b/links/.vim/plugin/00-general.vim
@@ -4,6 +4,7 @@ set backupcopy=yes " see :help crontab
set clipboard=unnamed " use system clipboard
set dictionary+=/usr/share/dict/words " word completion using Ctrl-x Ctrl-k
set expandtab " use the appropriate number of spaces for <Tab>
+set go+=c " do not show popups in gui
set hlsearch " highlight search matches
set ignorecase " case-insensitive search
set incsearch " search as you type