somegeek@programming.dev to Linux@programming.dev · 3 days agoWhy I Prefer CLI and TUI over GUI - alavi.mealavi.meexternal-linkmessage-square19fedilinkarrow-up131cross-posted to: linux@lemmy.ml
arrow-up131external-linkWhy I Prefer CLI and TUI over GUI - alavi.mealavi.mesomegeek@programming.dev to Linux@programming.dev · 3 days agomessage-square19fedilinkcross-posted to: linux@lemmy.ml
minus-squarebestboyfriendintheworld@sh.itjust.workslinkfedilinkarrow-up1·edit-22 days agoWhich terminal emulator copies with ctrl+c?
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up4·2 days agoMost 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.
Which terminal emulator copies with ctrl+c?
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 justCtrl+c.[key-bindings] clipboard-copy=Control+c XF86CopyBut now for most shells you don’t have a keybind to send SIGINT, which is very commonly used.
Exactly