this post was submitted on 26 Oct 2024
370 points (97.2% liked)

Programmer Humor

32305 readers
510 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 6 hours ago (2 children)

One of the things that really, really annoys me when I get lazy and use a pre-bundled set of (neo)vim plugins is how every one of them uses mouse functionality. I only use the mouse to copy/paste from the terminal to system clipboard. I don't want it hijacking him and entering visual mode.

[–] [email protected] 4 points 5 hours ago (3 children)

does this suggest that copy/paste from the terminal is broken by design and we need find a better way?

[–] [email protected] 2 points 20 minutes ago

Vim has a better way, it's called :set clipboard=unnamedplus (alternatively, one can bind anything else to copy/paste to/from system cliboards). Not sure why would one use a mouse for this, honestly

[–] [email protected] 5 points 5 hours ago

I like your thinking. Give me Firefox with a TUI and POSIX shell i/o redirection support.

[–] [email protected] 3 points 4 hours ago (1 children)

Might I suggest a common set of keybinds... maybe C for copy, and v for vaste... maybe use ctrl as well?

[–] [email protected] 5 points 4 hours ago

Ctrl is already used my a large number of commands in POSIX shells. This is one of the places that I really like Apple's solution (despite really not liking most of what they do). Super/GUI/Command + c/v is a great improvement in the terminal.

[–] [email protected] 1 points 4 hours ago (1 children)

pee bundled neovim add-ons might as well use helix.

[–] [email protected] 2 points 3 hours ago (1 children)

You know, if I can use vim bindings and regex, I might try it out. I tend to try to keep my neovim plugins fairly lightweight when I config myself. Not being electron is a big plus.

[–] [email protected] 2 points 2 hours ago* (last edited 2 hours ago)

yah helix has vim motions.

their search mode and select is a bit different but once you do the tutorial it makes complete sense why youd want to scope your regex replace.