ayamir / nvimdots

A well configured and structured Neovim.
BSD 3-Clause "New" or "Revised" License
2.83k stars 451 forks source link

I had a question while using it, what does this Z mean? how to eliminate it #1099

Closed Qejun closed 6 months ago

Qejun commented 6 months ago

Version confirmation

Following prerequisites

Neovim version

NVIM v0.9.4 Build type: RelWithDebInfo LuaJIT 2.1.1696883897

Branch info

main (Default/Latest)

Minimal (user) folder structure required to reproduce the issue

in project folder

Minimal config with steps on how to reproduce the issue

屏幕截图 2023-12-16 143328 There is a Z in the place I marked with a red marker. How did this Z come about? What does it mean? How do I eliminate it?

Expected behavior

There is a Z in the place I marked with a red marker. How did this Z come about? What does it mean? How do I eliminate it?

Additional information

No response

ayamir commented 6 months ago

It maybe have to do with your terminal and the terminal font. I have never encountered this.

Qejun commented 6 months ago

I'm going to try changing the font

Jint-lzxy commented 6 months ago

How did this Z come about? What does it mean?

This actually has to do with the mark(s) you've created. For more deets check out :h mark.

How do I eliminate it?

:delmarks Z will remove this global mark (Z). (or :delmarks z for the local one)

ayamir commented 6 months ago

How did this Z come about? What does it mean?

This actually has to do with the mark(s) you've created. For more deets check out :h mark.

How do I eliminate it?

:delmarks Z will remove(删除) this global(全球) mark (Z). (or :delmarks z for the local(当地) one)

I haven't used this feature in a so long time that I have forgotten its appearance.

Qejun commented 6 months ago

How did this Z come about? What does it mean?

This actually has to do with the mark(s) you've created. For more deets check out :h mark.

How do I eliminate it?

:delmarks Z will remove this global mark (Z). (or :delmarks z for the local one)

very thankful,The problem is solved