How to make a binding to go directly to log_current? #1002
Replies: 2 comments 9 replies
-
vim.keymap.set('n', '<leader>gl', require('neogit').action('log', 'log_current')) But also, that one won't quite work. The log popup has some internal arguments. I'll try to fix that. |
Beta Was this translation helpful? Give feedback.
7 replies
-
Oh, that's annoying. I thought I had that fail more gracefully. I'll fix it, thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, how do I make a binding to go directly to current log? I'm trying this, but it doesn't do anything.
Beta Was this translation helpful? Give feedback.
All reactions