From 35960e0857db0a9bb9cadbd9eb38e0a7029b352b Mon Sep 17 00:00:00 2001 From: nojhan Date: Tue, 12 Mar 2013 11:30:31 +0100 Subject: [PATCH] bugfix: we do not want gvim to detach when used as EDITOR --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index db4a225..c383ca5 100644 --- a/.bashrc +++ b/.bashrc @@ -147,7 +147,7 @@ function repeat() } # default editor -export EDITOR='gvim' +export EDITOR='gvim --nofork' # print a vim fortune at startup #/usr/games/fortune vimtips