How to write a keybind to open current file in mini.files and how to use show_at_cursor() on git diff command to go to buffer which is already open. #1209
-
Hi @echasnovski! I had two issues when using mini.files and mini-git in my workflow.
|
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Sep 9, 2024
Replies: 1 comment 7 replies
-
It is in documentation of the main
Only showing in split is supported. Showing in the same window is not clean enough because returning to the LSP server is not attached because opened buffer is not actually a file from disk, but a "snapshot" of it (which is reflected in the name). This is deliberate. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is in documentation of the main
open()
function.Only showing in split is supported. Showing in the same window is not clean enough because returning to the
:Git diff
buffer is an extra hustle as the buffer is not listed. This won't be supported.LSP server is not attached because opened buffer is not actu…