somegeek@programming.dev to Linux@programming.dev · 1 day agoWhy I Prefer CLI and TUI over GUI - alavi.mealavi.meexternal-linkmessage-square11fedilinkarrow-up131arrow-down16cross-posted to: [email protected]
arrow-up125arrow-down1external-linkWhy I Prefer CLI and TUI over GUI - alavi.mealavi.mesomegeek@programming.dev to Linux@programming.dev · 1 day agomessage-square11fedilinkcross-posted to: [email protected]
minus-squarebestboyfriendintheworld@sh.itjust.workslinkfedilinkarrow-up1arrow-down2·edit-221 hours agoWhich terminal emulator copies with ctrl+c?
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up3·19 hours 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