You are not logged in.
Pages: 1
Hi, I was just wondering if it was possible to start Gvim (or even vim for that matter) in insert mode. And no, I'm not talking about evim, I want to start as if I had opened Gvim and pressed "i". If this is even possible I would be grateful for any help. Thanks in advance!
Offline
Putting:
:start
In vimrc seems to do it for me.
Last edited by BetterLeftUnsaid (2009-02-17 03:47:38)
Offline
Putting:
:start
In vimrc seems to do it for me.
Thanks, it worked (for vim at least)
Last edited by richard92m (2014-08-08 03:57:01)
Offline
It'll work if you put it in .gvimrc as well. Or, better yet, just create a symlink to .vimrc:
ln -s ~/.vimrc ~/.gvimrc
thayer williams ~ cinderwick.ca
Offline
It'll work if you put it in .gvimrc as well. Or, better yet, just create a symlink to .vimrc:
ln -s ~/.vimrc ~/.gvimrc
hhmmm... didn't seem to work when I use gvim. It still acts as though I'm running evim.
Offline
Pages: 1