Replies: 1 comment
-
I think this need some request to upstream nnn to somehow publish events (either via a server or just a simple fifo just like how NnnExplorer works). Once the plugin understands and receive events from nnn, it can then react and change things in vim.
A server mode for nnn would actually be a great feature that opens lots of possible use cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have a buffer opened with path a/b/foo.bar
Then I open nnn and rename b to c
Then I modify buffer a/b/foo.bar, write it and get an error
which makes perfect sense but in my opinion it would be more conveninent if nnn.vim could optionally change buffer path matching renaming entity to the new path according to the rename.
Beta Was this translation helpful? Give feedback.
All reactions