diff options
Diffstat (limited to 'fnl/plugins/editor/neogit.fnl')
-rw-r--r-- | fnl/plugins/editor/neogit.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/neogit.fnl b/fnl/plugins/editor/neogit.fnl index e9c6235..f19c784 100644 --- a/fnl/plugins/editor/neogit.fnl +++ b/fnl/plugins/editor/neogit.fnl @@ -4,4 +4,4 @@ :cmd :Neogit :config true :dependencies [:nvim-lua/plenary.nvim] - :keys [{1 :mn 2 :<cmd>Neogit<cr> :desc :Neogit}]} + :keys [{1 :<leader>gm 2 :<cmd>Neogit<cr> :desc :Neogit}]} |