From 84b044b0c23a0f8378096657f7f16352791d48f0 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 30 Jun 2021 09:36:47 +0200 Subject: Added vim read from shell command doesn't include stderr, Added qutebrowser more adblock lists --- config/vim/vimrc | 1 + 1 file changed, 1 insertion(+) (limited to 'config/vim/vimrc') diff --git a/config/vim/vimrc b/config/vim/vimrc index 0557924..c7d4b55 100644 --- a/config/vim/vimrc +++ b/config/vim/vimrc @@ -39,6 +39,7 @@ scriptencoding utf-8 set formatoptions-=t " do not auto break line > 89 character filetype plugin indent on " allow to add specific rules for certain type of file " set mouse=a " mouse scrolling (heretic) +set shellredir=> " don't inclue stderr when reading a command " }}} " browse list with tab {{{ -- cgit