Weird ";5D;5C;5D;5C" output with Ctrl + Left/Right on Konsole (Conflict with old Kinoite configs?)

Not sure which setting file triggered the issue. I have all of my baked-in config files here: https://github.com/bayazidbh/ublue-whitesur/tree/live/usr/etc/skel/.config I've deleted a few of the config files in the user folder to remake them, but it's still there and I'm not sure which file would be responsible for the problem Anyone can help?
No description
5 Replies
akdev
akdev14mo ago
what happens if you do reset?
Kyle Gospo
Kyle Gospo14mo ago
You using Wayland?
Feng Lengshun
Feng Lengshun14mo ago
Still the same Yes
Kyle Gospo
Kyle Gospo14mo ago
Try X11, let me know if you get the same behavior
Feng Lengshun
Feng Lengshun14mo ago
I think the problem is with my .zshrc as it works fine on bash, for now I'll just manually add bindkey to my .zshrc and I'll poke around later if x11 is an issue since I'm at work rn For anyone else who's having this issue, I just add these extra inits to my .zshrc:
bindkey '^[[3~' delete-char # Delete
bindkey '^[[3;5~' kill-word # Ctrl + Delete
bindkey '^H' backward-kill-word # Ctrl + Backspace
bindkey '^[[1;5C' forward-word # Ctrl + Right
bindkey '^[[1;5D' backward-word # Ctrl + Left
bindkey '^[[H' beginning-of-line # Home
bindkey '^[[F' end-of-line # End
bindkey '^[[5~' beginning-of-buffer-or-history # Page Up
bindkey '^[[6~' end-of-buffer-or-history # Page Down
bindkey '^[[3~' delete-char # Delete
bindkey '^[[3;5~' kill-word # Ctrl + Delete
bindkey '^H' backward-kill-word # Ctrl + Backspace
bindkey '^[[1;5C' forward-word # Ctrl + Right
bindkey '^[[1;5D' backward-word # Ctrl + Left
bindkey '^[[H' beginning-of-line # Home
bindkey '^[[F' end-of-line # End
bindkey '^[[5~' beginning-of-buffer-or-history # Page Up
bindkey '^[[6~' end-of-buffer-or-history # Page Down
might be required, if you use nix for your zsh configs like me. Check the exact keys with Konsole's Manage Profile > Keyboard > Edit > Test Input. I then just use ChatGPT to convert them into the bindkey commands.
Want results from more Discord servers?
Add your server