▲ | kule a day ago | ||||||||||||||||||||||||||||
“Except the Terminal”… Of course in the Mac you have the same shortcut in every app because you use cmd+c/v It really bugged me that by default you use ctrl+shift+c/v on Linux but only in the terminal. Found a lovely feature in kitty term that does the right thing for ctrl+c depending on if you have text selection or not. Works great for me. | |||||||||||||||||||||||||||||
▲ | sureglymop a day ago | parent | next [-] | ||||||||||||||||||||||||||||
Actually, on macOS you have the same shortcuts as gnu readline in any text editing field. You have these same shortcuts in bash, zsh, the python repl, html form fields, etc. And anything that doesn't use gnu readline can be wrapped in rlwrap. Note that copying and pasting is an exception. Otherwise, navigating words with shortcuts seems to fairly universally use these shortcuts. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
▲ | hbnjgf a day ago | parent | prev [-] | ||||||||||||||||||||||||||||
Unless you are not using X, selected text us also automatically available for copy using the middle mouse button |