-
I open a file with neovim. I invoke |
Beta Was this translation helpful? Give feedback.
Answered by
deathbeam
Mar 31, 2025
Replies: 1 comment
-
By default it only knows about selection (so yes the highlighted lines) and selection includes name of the current file too. You can see it when you use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deathbeam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By default it only knows about selection (so yes the highlighted lines) and selection includes name of the current file too. You can see it when you use
gc
for showing context