Skip to content

Commit 3714456

Browse files
committed
fix(linux-zsh): change zsh-autosuggestions accept key
1 parent 5df0190 commit 3714456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dot_zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ source $ZSH/oh-my-zsh.sh
108108
# Example aliases
109109
# alias zshconfig="mate ~/.zshrc"
110110
# alias ohmyzsh="mate ~/.oh-my-zsh"
111+
bindkey "^K" autosuggest-accept
111112
alias yay="paru"
112113
alias pac="paru -Slq | fzf --multi --preview 'paru -Si {1}' | xargs -ro paru -S"
113114
alias pacr="paru -Qq | fzf --multi --preview 'paru -Qi {1}' | xargs -ro paru -Rns"

0 commit comments

Comments
 (0)