27
you are viewing a single comment's thread
view the rest of the comments

Is this a take from the 1980s?

Of course cli and TUIs are great. However they aren’t as discoverable and harder to learn than a nice GUI.

Is vim or eMacs great? Sure, but so is Visual Code for other reasons.

cli and TUI suck at drag and drop and copy and paste between applications.

[-] TwilightKiddy@programming.dev 8 points 1 month ago

I solved the drag and drop issue with dragon. Copying and pasting depends purely on your terminal emulator, no?

[-] Telorand@reddthat.com 4 points 1 month ago

As I've found with nvim using the lazy-vim config, no. That program, for example, requires a separate clipboard manager if you want to copy between it and your system.

[-] TwilightKiddy@programming.dev 3 points 1 month ago

That's kind of the nature of this sort of apps. Instead of implementing the clipboard handler yourself, you just rely on whatever clipboard utility the system already has.

[-] poinck@lemmy.world 1 points 1 month ago

That's why I have disabeled it for vim. Infact I disabled mouse support alltogether.

[-] bestboyfriendintheworld@sh.itjust.works -1 points 1 month ago* (last edited 1 month ago)

Which terminal emulator copies with ctrl+c?

[-] TwilightKiddy@programming.dev 4 points 1 month ago

Most terminal emulators will copy with Ctrl+Shift+c. I'm using foot, if you set this part of your config, it will copy with just Ctrl+c.

[key-bindings]
clipboard-copy=Control+c XF86Copy

But now for most shells you don't have a keybind to send SIGINT, which is very commonly used.

[-] somegeek@programming.dev 1 points 1 month ago

Well, I didn't exist in 1980s. So this is how I feel as a 2000s kid and current software engineer.

I think good ideas are worth updating for new generations.

I agree that CLI and keyboard driven systems are powerful and should be further developed. New terminal emulators like Kitty, Nerd fonts, and Lazyvim show what’s possible.

this post was submitted on 17 Feb 2026
27 points (84.6% liked)

Linux

12976 readers
435 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS