Forum Moderators: bakedjake

Message Too Old, No Replies

VIM questions for you experts

help me tame the beast

         

benlieb

9:33 pm on Dec 24, 2004 (gmt 0)

10+ Year Member



I have a few?s for the VIM experts out there. I have looked for solutions elsewhere, but found none forthcoming:

1) When using cygwin, how do I paste from the windows clipboard into vim? And vise versa
2) How do I copy text from the command line and paste it into VIM?
3) Can I get a command line "while in VIM"? And can I redirect output to the current open file?
4) Is it possible (easy?) to have vim plugins to use in something like dreamweaver, word, or textfields in web pages?
5) ctl+Q takes me to some weird "Ex" mode, what is this?

Thanks for any help.

jollymcfats

11:42 pm on Dec 24, 2004 (gmt 0)

10+ Year Member



The first two are kind of Cygwin questions.

If you're using the Windows console window (e.g. you click on the cygwin icon to get a shell), you should find copy and paste by clicking on the window icon or pressing Alt-space.

If you're using rxvt instead (which is so, so much better), selecting with the mouse will copy to the clipboard, and Shift-left-click or middle-click will paste.

The VIM or vi quick-reference card (google) should list how to insert the output of shell commands and the like. (I never remember how, I'm an emacs user myself.)

ex mode makes vim act like

ex
, an older text editor. ex is a decendent of
ed
, the standard text editor.

paybacksa

1:22 am on Dec 25, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ex mode is where all the fun is. Don't overlook it...