Bindings with zsh #388
Unanswered
PitiBouchon
asked this question in
Q&A
Replies: 1 comment
-
+1 @raphamorim could you please add a way to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to bind CTRL+left to moving backward a word, so I have in my
.zshrc : bindkey "^[[1;5D" backward-word
It works fine in the default ubuntu terminal but not in rioterm where it prints a D in the terminal
So I tried :
and also with
action = "ReceiveChar"
but none of them worksBeta Was this translation helpful? Give feedback.
All reactions