this post was submitted on 13 Jun 2023
40 points (95.5% liked)

Programmer Humor

32373 readers
570 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I tried a couple of times and it's still magic to see anyone able to use it properly

I'll just stick to VScode for now I guess

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Drat, I've been working with vi for 35y now... (feeling old) I'm glad I now know how to kill the mouse functions in vim so X clipboard works. ;)

Tried emacs once (in '94)... opened an extra xterm and killed it as I couldn't figure out how to save and exit. (it's just what you're used to ;) )

[–] [email protected] 0 points 1 year ago (1 children)

so.. how does one kill the mouse functions?

[–] [email protected] 1 points 1 year ago

With a stick ;)

From my .vimrc:

" disable mouse
set mouse-=a