vim/neogit: update keymaps

This commit is contained in:
Fernando Schauenburg 2023-08-06 01:16:45 +02:00
parent 4586ddd4e2
commit 91fd64fa6a

View file

@ -11,7 +11,8 @@ return {
}, },
mappings = { mappings = {
status = { status = {
o = 'Toggle', o = 'GoToFile',
['<space>'] = 'Toggle',
}, },
}, },
} }