aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-03-01 12:25:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-03-01 12:25:52 +1300
commit8ed6468f8abaaa398384953f87e7c0fff464dbab (patch)
treef2c7023d3c595cd728d92f15e693b171b902098d /vim/vimrc
parentAdd an alias for rcsdiff(1) formatting (diff)
downloaddotfiles-8ed6468f8abaaa398384953f87e7c0fff464dbab.tar.gz
dotfiles-8ed6468f8abaaa398384953f87e7c0fff464dbab.zip
Never write Vim :make output to terminal
I've never used it; this seems tidier
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 7d9057b5..79e0577e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -510,6 +510,9 @@ nnoremap <leader>w :set wrap!<CR>
" start and end of the line
set listchars+=precedes:<,extends:>
+" Don't write the output of :make to the terminal
+set shellpipe=>
+
" When wrapping, j and k should move by screen row, and not to the same
" column number in the previous logical line, which feels very clumsy and is
" seldom particularly helpful; you can use n| to jump to the nth column in a