Remap c-a to zsh suggestion to match nvim since nvim cannot map S-tab

This commit is contained in:
Daniel McKnight 2025-06-21 13:41:11 -07:00
parent 038e63d813
commit 6e0b33b62d

2
.zshrc
View file

@ -149,5 +149,5 @@ zinit light zsh-users/zsh-syntax-highlighting
# Key bindings config
#KEYTIMEOUT=5
# ^[ for esc; ^I for tab
bindkey '^[[Z' autosuggest-accept
bindkey '^a' autosuggest-accept