From 738237f206d0ae1183cd4cc99bfd19086f63baae Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 23 Aug 2022 14:12:00 +0100 Subject: [PATCH] Use case-insensitive tab completion --- roles/home-cli/files/zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/home-cli/files/zshrc b/roles/home-cli/files/zshrc index 1504d38..cb05929 100644 --- a/roles/home-cli/files/zshrc +++ b/roles/home-cli/files/zshrc @@ -13,6 +13,9 @@ then . /etc/zshrc fi +autoload -Uz compinit && compinit +zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' + bindkey -e bindkey "^[[1;5C" forward-word bindkey "^[[1;5D" backward-word