updated zshr bindings
This commit is contained in:
4
home_config/nvim/lua/plugins/mason-workaround.lua
Normal file
4
home_config/nvim/lua/plugins/mason-workaround.lua
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
{ "mason-org/mason.nvim", version = "^1.0.0" },
|
||||||
|
{ "mason-org/mason-lspconfig.nvim", version = "^1.0.0" },
|
||||||
|
}
|
||||||
Binary file not shown.
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user