diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-24 10:09:51 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-24 10:09:51 +0900 |
| commit | 65836f3fbe366f486673f3c42043d3c07e53e046 (patch) | |
| tree | 5a220896ea0241e22a360dbb73e45ddbb639671a | |
| parent | aa246a7e809d94d9ef975e5601bbcc064b1fc40a (diff) | |
modified plugins/git.lua
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/git.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/git.lua b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/git.lua index cc8b747..057a824 100644 --- a/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/git.lua +++ b/ar/.config/TheSiahxyz/lua/TheSiahxyz/plugins/git.lua @@ -155,6 +155,7 @@ return { -- order to load the plugin when the command is run for the first time keys = { { "<leader>gg", "<Cmd>LazyGit<cr>", desc = "Lazygit" }, + { "<leader>gf", "<Cmd>LazyGitFilterCurrentFile<cr>", desc = "Current File" }, }, }, { @@ -208,7 +209,7 @@ return { end, keys = { { mode = "n", "<leader>g<leader>", ":Git ", desc = "Git" }, - { mode = "n", "<leader>gf", vim.cmd.Git, desc = "Git fugitive" }, + { mode = "n", "<leader>gF", vim.cmd.Git, desc = "Git fugitive" }, { mode = "n", "gm", "<Cmd>diffget //2<cr>", desc = "Git diff on my side" }, { mode = "n", "go", "<Cmd>diffget //3<cr>", desc = "Git diff on their side" }, }, |
