bugfix: we do not want gvim to detach when used as EDITOR
This commit is contained in:
parent
d20c1fbbee
commit
35960e0857
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -147,7 +147,7 @@ function repeat()
|
||||||
}
|
}
|
||||||
|
|
||||||
# default editor
|
# default editor
|
||||||
export EDITOR='gvim'
|
export EDITOR='gvim --nofork'
|
||||||
|
|
||||||
# print a vim fortune at startup
|
# print a vim fortune at startup
|
||||||
#/usr/games/fortune vimtips
|
#/usr/games/fortune vimtips
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue