Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 653e896

Browse files
git: neogit sub-menu key in mappings
Remove neogit SPC gn sub-menu name key directive as already defined in mappings.lua
1 parent 32eafc7 commit 653e896

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
## Added
4+
- git: remove neogit SPC gn key binding (defined in `mappings.lua`)
35

46
# 2023-07-12
57

plugins/git.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ return {
2323
},
2424
},
2525
keys = {
26-
{ "<leader>gn", desc = "Neogit" }, -- Neogit menu also defined in mappings.lua
26+
-- Neogit SPC gn sub-menu name defined in mappings.lua
2727
{ "<leader>gs", "<cmd>Neogit<cr>", desc = "Status (Neogit)" },
2828
},
2929
},

0 commit comments

Comments
 (0)