this post was submitted on 10 Sep 2023
635 points (96.8% liked)
Programmer Humor
19469 readers
153 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Kitty has the feature that if you have text selected it will copy and if not then it will interrupt the command
Yeah I love this feature. I love it so much that I'll also tell everyone who cares to listen how you can use it. Edit your ~/.config/kitty/kitty.conf file to include
map ctrl+c copy_and_clear_or_interrupt
and you are good to go. Only issue I have that it doesn't seem to work in the vscode terminal.Any keybinds I have set don't work in vscodium terminal for me too. I mainly use neovim for those things.
Oh what a great way to further entrench a bad habbit! Hang on I need to remedy some refactored code with
rm -rf *
which Kitty made safe if I’m in a directory with my project files 🙄