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

Add cursorcolumn #4015

Closed
txtyash opened this issue Sep 28, 2022 · 5 comments · Fixed by #4084
Closed

Add cursorcolumn #4015

txtyash opened this issue Sep 28, 2022 · 5 comments · Fixed by #4084
Labels
A-gui Area: Helix gui improvements A-helix-term Area: Helix term improvements C-enhancement Category: Improvements

Comments

@txtyash
Copy link
Contributor

txtyash commented Sep 28, 2022

Similar to vim's cursor column.

EDIT: Cursor column is similar to cursor line. The only difference is that the cursor column is vertical.
This blog describes them both https://medium.com/@venumadhav888/highlighting-cursor-line-and-column-in-vi-editor-d5584b8d2eca

@txtyash txtyash added the C-enhancement Category: Improvements label Sep 28, 2022
@jakenvac
Copy link
Contributor

It will probably be useful to describe the feature in your issue for people who may not have used vim .

@kirawi kirawi added A-helix-term Area: Helix term improvements A-gui Area: Helix gui improvements labels Sep 30, 2022
@A-Walrus
Copy link
Contributor

Related #3218

@poliorcetics
Copy link
Contributor

One default of cursorcolumn in Vim/Neovim is that it's very heavy on repaints on slower/charged systems. That may be a code-problem with how it's implemented, but I suspect it's not

@txtyash
Copy link
Contributor Author

txtyash commented Oct 1, 2022

One default of cursorcolumn in Vim/Neovim is that it's very heavy on repaints on slower/charged systems. That may be a code-problem with how it's implemented, but I suspect it's not

As much as I've used vim/neovim, I've never needed the cursor column constantly. I think only being able to quickly toggle it with a key press(held down) would be better. Let's say s is used for that then only holding down s should bring up the cursor column, while releasing it should make it disappear. This would be a nice default since it has redrawing issues and it is only needed when the user needs to check if any number of characters on different lines are in the same column.

@gasacchi
Copy link

gasacchi commented Oct 4, 2022

i think cursor column is quite use full, with combination with cursor line we can easily locate the cursor. that just how i used when using neovim.
this is also solved by using bright cursor bg like red.
but again it nice to have it in helix 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-gui Area: Helix gui improvements A-helix-term Area: Helix term improvements C-enhancement Category: Improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants