somegeek@programming.dev to Linux@programming.dev · 2 days agoWhy I Prefer CLI and TUI over GUI - alavi.mealavi.meexternal-linkmessage-square18fedilinkarrow-up131arrow-down16cross-posted to: linux@lemmy.ml
arrow-up125arrow-down1external-linkWhy I Prefer CLI and TUI over GUI - alavi.mealavi.mesomegeek@programming.dev to Linux@programming.dev · 2 days agomessage-square18fedilinkcross-posted to: linux@lemmy.ml
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up4·1 day 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.
Exactly