This commit is contained in:
2026-04-01 14:06:08 +02:00
parent ce30cb93d5
commit cb6606340f
16 changed files with 108 additions and 75 deletions
@@ -19,7 +19,7 @@ WORDCHARS=${WORDCHARS//[\/=\*\.-]/}
bindkey '^[[1;5D' backward-word # C-Left
bindkey '^[[1;5C' forward-word # C-Right
bindkey '^H' backward-kill-word # C-Backspace (also C-H)
# bindkey '^Z' undo # C-z
bindkey '^Z' undo # C-z
# A-s to prepend sudo
uy_prepend_sudo() {
@@ -14,3 +14,9 @@ zstyle ':completion:*' squeeze-slashes true
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
zstyle ':completion:*:descriptions' format '%F{cyan}-- %d --%f'
zstyle ':completion:*:warnings' format '%F{red}-- no matches --%f'
# Jujutsu
if (( $+commands[jj] )); then
source <(jj util completion zsh)
fi
@@ -0,0 +1,2 @@
*
!.gitignore