From 22d6ec222046105d1e52b1709172ea1487bd5489 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Fri, 10 Nov 2023 17:09:35 -0600 Subject: [PATCH] bindkey --- zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index de481dd..4414393 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -5,11 +5,12 @@ else curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh fi +# run zplug install after changing!!!! zplug "lib/completion", from:oh-my-zsh zplug "plugins/git", from:oh-my-zsh - zplug "zsh-users/zsh-syntax-highlighting", defer:2 zplug "mafredri/zsh-async", from:"github", use:"async.zsh" +zplug "desyncr/auto-ls" zplug "zsh-users/zsh-autosuggestions" zplug romkatv/powerlevel10k, as:theme, depth:1 @@ -50,6 +51,8 @@ bindkey '\e.' insert-last-word autoload edit-command-line zle -N edit-command-line bindkey '^Xe' edit-command-line +bindkey "^[[A" history-beginning-search-backward +bindkey "^[[B" history-beginning-search-forward # Put standard ANSI color codes in shell parameters for easy use. # Note that some terminals do not support all combinations.