-
Hi, is it possible to change the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have a look here: https://github.com/TimUntersberger/neogit/blob/7be1e9358aaa617b0391e61952d936203e99fcf0/lua/neogit/status.lua#L896 I believe the specific command you're after is on line 919. Currently not possible as it's hardcoded to be |
Beta Was this translation helpful? Give feedback.
Have a look here: https://github.com/TimUntersberger/neogit/blob/7be1e9358aaa617b0391e61952d936203e99fcf0/lua/neogit/status.lua#L896
I believe the specific command you're after is on line 919. Currently not possible as it's hardcoded to be
vim.cmd("e " .. filepath)
but you could probably work out a way to do it.