You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ctrl-V historically has a different meaning in commandline shells than in GUIs and hence also in nearly all terminal emulators: It means "Enter the next character literally. That way you can e.g. enter a Ctrl-C control character literally by pressing Ctrl-V and then Ctrl-C without aborting the current program or line of input.
So yes, this is on purpose and has nothing to do with autocutsel.
At
~/xinitrc
, I have:Which allows me to copy and paste (
ctrl+v
) everwhere, without any issues.However, when I open terminal (kitty, or even alacritty) and inside ssh. Nothing is pasted when doing
ctrl+v
.But
shift+ins
works. How I can getctrl+v
working in ssh, inside a terminal?The text was updated successfully, but these errors were encountered: