Skip to content

Instantly share code, notes, and snippets.

View mkimi-lightricks's full-sized avatar
💭
✋ 🌍

Michael Kimyagarov mkimi-lightricks

💭
✋ 🌍
View GitHub Profile
# Case-insensitive completion when pressing TAB.
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}'
autoload -Uz compinit && compinit
# To allow Alt + Back Space to delete up to prev '\' char in shell.
autoload -U select-word-style
select-word-style bash
# Search in history with already typed text