Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set listchars=tab:?\ ,eol:¬ does not seem to work because listchars is not an option #3100

Open
2 tasks done
ThusSpokeNomad opened this issue Mar 25, 2024 · 0 comments
Open
2 tasks done

Comments

@ThusSpokeNomad
Copy link

ThusSpokeNomad commented Mar 25, 2024

Feature category

  • Check(Type 'x') any that Applicable item:
    • Vim
    • Vim plugin

If the function you request is realized by Vim or Vim plugin,
When you link the URL that is related,
We will make it easier to understand its function.

Is your feature request related to a problem? Please describe.
I'm using tabs instead of spaces and working in an already established codebase so can't switch over to spaces.
When I hit 0 to go to the beginning of the line, I want cursor to be on the left-most side of the tab, not on the right side.
In order to do that, we could just use vim's listchars option but apparently it's not supported.
What would be an alternative or if/when listchars option will be supported in VsVim?

Describe the solution you'd like
set listchars option should probably be supported.

Describe alternatives you've considered
Switching from tabs to spaces but I'm working in an already established codebase, I can't enforce that sadly.

Additional context
N/A

Note:
Please refer to the following. The goals of this project are written.
https://github.com/VsVim/VsVim/blob/master/Documentation/Project%20Goals.md

@ThusSpokeNomad ThusSpokeNomad changed the title set listchars=tab:?\ ,eol:¬ does not seem to work because set listchars=tab:?\ ,eol:¬ set listchars=tab:?\ ,eol:¬ does not seem to work because listchars is not an option Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant