vim/neogit: use same mapping as fugitive to toggle diffs

This commit is contained in:
Fernando Schauenburg 2023-08-17 22:43:45 +02:00
parent f037a36f27
commit 1c16b06677

View file

@ -18,7 +18,7 @@ M.opts = {
mappings = {
status = {
o = 'GoToFile',
['<space>'] = 'Toggle',
['='] = 'Toggle',
},
},
}