diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-06-30 09:36:47 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-06-30 09:36:47 +0200 |
| commit | 84b044b0c23a0f8378096657f7f16352791d48f0 (patch) | |
| tree | 73be11c673961199e644676262c9846de1e53f81 /config/vim/vimrc | |
| parent | 5d53d6f6428c1b12ce2b05227c2dc9c8e17cfef2 (diff) | |
| download | dotfiles-84b044b0c23a0f8378096657f7f16352791d48f0.tar.gz dotfiles-84b044b0c23a0f8378096657f7f16352791d48f0.tar.bz2 dotfiles-84b044b0c23a0f8378096657f7f16352791d48f0.zip | |
Added vim read from shell command doesn't include stderr, Added qutebrowser more adblock lists
Diffstat (limited to 'config/vim/vimrc')
| -rw-r--r-- | config/vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 {{{ |
