Re: On Xubuntu, when I try to execute a demo with "ex demo.ex" , vim starts!
- Posted by irv May 13, 2009
- 724 views
Most versions of linux do this, since ex points to /usr/bin/vim.basic Simplest way is to use an alias: alias ex=exu
That will go away when logging out and in again. You could put that line in your .bash_profile to make it stick.