From 8ed6468f8abaaa398384953f87e7c0fff464dbab Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Mar 2014 12:25:52 +1300 Subject: Never write Vim :make output to terminal I've never used it; this seems tidier --- vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 7d9057b5..79e0577e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -510,6 +510,9 @@ nnoremap w :set wrap! " 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 -- cgit v1.2.3