somegeek@programming.dev to Linux@programming.dev · 3 days agoWhy I Prefer CLI and TUI over GUI - alavi.mealavi.meexternal-linkmessage-square17linkfedilinkarrow-up127arrow-down16
arrow-up121arrow-down1external-linkWhy I Prefer CLI and TUI over GUI - alavi.mealavi.mesomegeek@programming.dev to Linux@programming.dev · 3 days agomessage-square17linkfedilink
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up4·3 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.
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.