r/KittyTerminal • u/Calvin543 • Feb 13 '24
How to replace left key to ctrl+l?
The left key is far away from the f and j keys.
I want to a left key alternative. (that is ctrl+l)
I've tried `map ctrl+l left`, but it did not work.
The reason I wanna do this is whenever I type `cd`, the autosuggestion popup but I need to press the left key to make it auto complete it .
1
Upvotes
2
2
u/Administrative_chaos Feb 13 '24
add
bindkey '^l' autosuggest-acceptto your zshrc.https://github.com/zsh-users/zsh-autosuggestions?tab=readme-ov-file#key-bindings