From 6e0b33b62d6d525a4c25451338ac318e0f2f6d27 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Sat, 21 Jun 2025 13:41:11 -0700 Subject: [PATCH] Remap c-a to zsh suggestion to match nvim since nvim cannot map S-tab --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 0016c98..2ff7fd6 100644 --- a/.zshrc +++ b/.zshrc @@ -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