-
Hi everyone, Can anyone guide me to change ALT +C bindkey for something else like ALT + P for example ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
What shell are you using? You can change it's key binds by overriding it. On zsh
On bash
Simply append this on your |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response Thanks |
Beta Was this translation helpful? Give feedback.
-
I got solved by adding this line Thanks for the help |
Beta Was this translation helpful? Give feedback.
I got solved by adding this line
bindkey '^Y' fzf-cd-widget
Thanks for the help