vim/neogit: use same mapping as fugitive to toggle diffs
This commit is contained in:
parent
f037a36f27
commit
1c16b06677
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ M.opts = {
|
||||||
mappings = {
|
mappings = {
|
||||||
status = {
|
status = {
|
||||||
o = 'GoToFile',
|
o = 'GoToFile',
|
||||||
['<space>'] = 'Toggle',
|
['='] = 'Toggle',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue