summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/mappings.lua
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-06 21:41:31 -0400
committertriethyl <triethylammonium@pm.me>2025-08-06 21:41:43 -0400
commitbf773a2df0ccb96d7539b379585e1ef59d80892c (patch)
tree2b1df74a3b6d9a653d05581bc82e8fc9130272a3 /pkgs/custom-neovim/config/lua/mappings.lua
parent273c72e9badeab381cc601c7e0aae2eebc016996 (diff)
neovim: small misc changes
Diffstat (limited to 'pkgs/custom-neovim/config/lua/mappings.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/mappings.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/mappings.lua b/pkgs/custom-neovim/config/lua/mappings.lua
index 5479cc0..c6ee242 100644
--- a/pkgs/custom-neovim/config/lua/mappings.lua
+++ b/pkgs/custom-neovim/config/lua/mappings.lua
@@ -50,6 +50,7 @@ mapkey("n", "<leader>co", "Open new terminal", ":lua Snacks.terminal.open()<cr>"
mapkey("n", "<leader>g", "Manage git", "")
mapkey("n", "<leader>gg", "Open lazygit", ":lua Snacks.lazygit()<cr>")
mapkey("n", "<leader>ga", "Add the current file", ":Git add<cr>")
+mapkey("n", "<leader>gs", "Open git status picker", ":lua Snacks.picker.git_status()<cr>")
-- Other leader keys
mapkey("n", "<leader>e", "Open file manager", ":lua MiniFiles.open()<cr>")