aboutsummaryrefslogtreecommitdiff
path: root/nvim/after/plugin/fugitive.lua
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:40:16 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:40:16 +0000
commitb94eefa6b58f274bb61db4e792105c3959cf2022 (patch)
tree3d2896fb46ebc769e4fea8cf4f02ce3104e1f974 /nvim/after/plugin/fugitive.lua
init dotfiles and stuffHEADmaster
Diffstat (limited to 'nvim/after/plugin/fugitive.lua')
-rw-r--r--nvim/after/plugin/fugitive.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/after/plugin/fugitive.lua b/nvim/after/plugin/fugitive.lua
new file mode 100644
index 0000000..80c9070
--- /dev/null
+++ b/nvim/after/plugin/fugitive.lua
@@ -0,0 +1 @@
+vim.keymap.set("n", "<leader>gs", vim.cmd.Git)