updated zshr bindings

This commit is contained in:
2025-09-05 16:26:38 -07:00
parent f3aed61e6b
commit 0071750005
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
return {
{ "mason-org/mason.nvim", version = "^1.0.0" },
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
}

View File

@@ -34,6 +34,10 @@ zinit cdreplay -q
bindkey -e bindkey -e
bindkey '^p' history-search-backward bindkey '^p' history-search-backward
bindkey '^n' history-search-forward bindkey '^n' history-search-forward
bindkey '^[[A' history-beginning-search-backward
bindkey '^[[B' history-beginning-search-forward
bindkey '\e[A' history-beginning-search-backward
bindkey '\e[B' history-beginning-search-forward
# History # History
HISTSIZE=5000 HISTSIZE=5000