From 00717500056db846954b09bcfac4ebb3f1aa84e6 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Fri, 5 Sep 2025 16:26:38 -0700 Subject: [PATCH] updated zshr bindings --- .../nvim/lua/plugins/mason-workaround.lua | 4 ++++ .../__pycache__/settings.cpython-311.pyc | Bin 150 -> 150 bytes home_root/.zshrc | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 home_config/nvim/lua/plugins/mason-workaround.lua diff --git a/home_config/nvim/lua/plugins/mason-workaround.lua b/home_config/nvim/lua/plugins/mason-workaround.lua new file mode 100644 index 0000000..949039d --- /dev/null +++ b/home_config/nvim/lua/plugins/mason-workaround.lua @@ -0,0 +1,4 @@ +return { + { "mason-org/mason.nvim", version = "^1.0.0" }, + { "mason-org/mason-lspconfig.nvim", version = "^1.0.0" }, +} diff --git a/home_config/thefuck/__pycache__/settings.cpython-311.pyc b/home_config/thefuck/__pycache__/settings.cpython-311.pyc index 29542dd713510714193b5915e5b97ab9747f6043..e41c17853076b0fd05e02b01bd9bbe0db9dd519e 100644 GIT binary patch delta 20 acmbQnIE|5KIWI340}#xh;Mmjprp diff --git a/home_root/.zshrc b/home_root/.zshrc index 76853e7..442432f 100644 --- a/home_root/.zshrc +++ b/home_root/.zshrc @@ -34,6 +34,10 @@ zinit cdreplay -q bindkey -e bindkey '^p' history-search-backward 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 HISTSIZE=5000