Closed NavatejR closed 4 months ago
Hello, is in kitty or alacritty?
i see, is kitty, i test in alacritty and text cursor go back without problem. in Kitty i got a D. You can try adding in .zshrc
# [Ctrl-RightArrow] - move forward one word
bindkey '^[[1;5C' forward-word
# [Ctrl-LeftArrow] - move backward one word
bindkey '^[[1;5D' backward-word
Or in kitty https://github.com/kovidgoyal/kitty/issues/15
So what happens is that when I like do basic shortcuts such as Ctrl + (Left arrow) then it doesn't move the text cursor back but instead writes :5D which I don't understand how to fix, there is no specification in zshrc file either