Alavi@programming.dev to Linux@programming.dev · 5 months agoWhy I Prefer CLI and TUI over GUI - alavi.mealavi.meexternal-linkmessage-square14fedilinkarrow-up128arrow-down15
arrow-up123arrow-down1external-linkWhy I Prefer CLI and TUI over GUI - alavi.mealavi.meAlavi@programming.dev to Linux@programming.dev · 5 months agomessage-square14fedilink
minus-squarebestboyfriendintheworld@sh.itjust.workslinkfedilinkarrow-up1arrow-down2·edit-25 months agoWhich terminal emulator copies with ctrl+c?
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up3·5 months 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