Quitting out of Neogit? #290
Replies: 1 comment 2 replies
-
neogit.setup {
mappings = {
status = {
["<keybinding>"] = "Close"
}
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kvietcong
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sorry if this is a dumb question, but is there any way I can make escape quit out of Neogit? I tried making an autocommand on
BufEnter
and checking the buffer name to remap things but the callback never was called.Beta Was this translation helpful? Give feedback.
All reactions