diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-18 11:50:11 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-18 11:50:11 +0200 |
commit | 7cf3d6d23b1e82577445a65018918f0b5c588c43 (patch) | |
tree | 539eb7bfa4d25747183f1848ebd3409b65205ade /fnl/plugins/editor/neogit.fnl | |
parent | 072ab110b43f112f0a42005e950a15a0b22ae490 (diff) |
Update git keys
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}]} |