diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-07 14:18:13 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-07 14:18:13 +0200 |
| commit | 0c18f8639f8477f44f78cb877b5dbde6f79bcc12 (patch) | |
| tree | 0c7242c228c99977cc469228a3d9eb44b22aea3a /plugin/50-git.lua | |
| parent | ee91a01e8b8ad4e7b9d34c265c8ab87e6265fc2e (diff) | |
| download | nvim-config-0c18f8639f8477f44f78cb877b5dbde6f79bcc12.tar.gz nvim-config-0c18f8639f8477f44f78cb877b5dbde6f79bcc12.zip | |
misc(nvim): remove git key mappings
Diffstat (limited to 'plugin/50-git.lua')
| -rw-r--r-- | plugin/50-git.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugin/50-git.lua b/plugin/50-git.lua index a46a2ed..77ee0c6 100644 --- a/plugin/50-git.lua +++ b/plugin/50-git.lua @@ -2,11 +2,6 @@ -- Git-related utilities -- -vim.keymap.set("n", "<Leader>gt", "<Cmd>GitGutterLineHighlightsToggle<CR>", { desc = "Toggle git line highlighting" }) -vim.keymap.set("n", "<Leader>gg", "<Cmd>GitGutter<CR>", { desc = "Refresh GitGutter" }) -vim.keymap.set("n", "<Leader>gq", "<Cmd>GitGutterQuickFix<CR>", { desc = "Git hunks to quickfix list" }) -vim.keymap.set("n", "<Leader>gz", "<Cmd>GitGutterFold<CR>", { desc = "Fold everything except git diff" }) - local function git_blame(file, line) local sys = vim.system({ vim.fn.stdpath("config") .. "/scripts/git_blame.bash", |
