update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user