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

I want to visualize vim status mode. #14093

Open
1 task done
yasainet opened this issue Jul 10, 2024 · 5 comments
Open
1 task done

I want to visualize vim status mode. #14093

yasainet opened this issue Jul 10, 2024 · 5 comments
Labels
enhancement [core label] status bar Status bar editor state discovery, style, etc vim

Comments

@yasainet
Copy link

Check for existing issues

  • Completed

Describe the feature

I am a newcomer who has switched from vim to zed.

My requests are as follows

  • I want to change the vim status mode visibility to "bottom left" instead of "bottom right". Normally, when writing code, my line of sight is from the top left to the center of the screen. However, to check the mode, one needs to check the bottom right, which is the furthest away.
  • Is it possible to display the vim status mode with some kind of coloring, even simple? For example, vimairlin, vim-powerline, etc.

Of course, I understand that zed is the best editor with the best design and UI at the moment, so the current design has to make some sense.

Please give me your opinions.

Translated with DeepL.com (free version)

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@yasainet yasainet added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Jul 10, 2024
@notpeter notpeter added vim status bar Status bar editor state discovery, style, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jul 10, 2024
@helgemahrt
Copy link
Contributor

I'm working on this.

@helgemahrt
Copy link
Contributor

I'm working on adding the color settings for the mode indicator, and it got me wondering whether it should be part of the theme or whether it should go into the settings, to be independent of the theme. (Personally, I'd like to use the same Vim mode colors, regardless of the theme I'm using)

@helgemahrt
Copy link
Contributor

I'm working on adding the color settings for the mode indicator, and it got me wondering whether it should be part of the theme or whether it should go into the settings, to be independent of the theme. (Personally, I'd like to use the same Vim mode colors, regardless of the theme I'm using)

@danilo-leal what’s the preferred approach here?

@danilo-leal
Copy link
Contributor

danilo-leal commented Dec 16, 2024

I wonder if using iconography, rather than color, wouldn't be better... I see that the mentioned plugins all use color, but I'm concerned about how much that'd bloat the app. Even though icons can also have this effect, we could be minimal and have custom-made icons for each mode, assuming they'd be as effective in helping quickly understand the active one.

@helgemahrt
Copy link
Contributor

I only recently started using Vim motions, so I wonder how others with more experience / @yasainet feel about this. Personally, I think it's easier for me to get a visual cue from a strong color from the corner of my eye than having to focus on the vim mode indicator to identify a mode icon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] status bar Status bar editor state discovery, style, etc vim
Projects
None yet
Development

No branches or pull requests

4 participants