Tagged Questions
3
votes
3answers
164 views
Emulate mouse cut'n'paste behavior in a test script
I've got a shell script which outputs shell commands which are supposed to be copy-pasted with the mouse from one terminal window to another (I can test it in the same window though). The output ...
2
votes
1answer
174 views
Vim: mouse support lost after using netrw in xterm
Every time I access the filesystem using:
:tabe dirname (e.g.: :tabe .)
:vsp dirname
:sp dirname
in order to open some file while editing another one, I lose the mouse support inside the Vim ...
3
votes
2answers
780 views
vim - but with scrolling, clickable text, and copy-paste
I like vim. I think touching mice is dirty. But sometimes when my hand is already on a mouse, it sure would be nice to be able to scroll the text or click a location in the text and have the cursor ...