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

[Feature Request] Configurable cursor style #2050

Closed
tam5 opened this issue Oct 4, 2017 · 0 comments
Closed

[Feature Request] Configurable cursor style #2050

tam5 opened this issue Oct 4, 2017 · 0 comments
Assignees

Comments

@tam5
Copy link

tam5 commented Oct 4, 2017

  • Click thumbs-up 👍 on this issue if you want it!
  • Click confused 😕 on this issue if not having it makes VSCodeVim unusable.

The VSCodeVim team prioritizes issues based on reaction count.


This is a FEATURE REQUEST:

Description:
VsCode allows setting the cursor style like this:

"editor.cursorStyle": "line"

I would like to be able to customize the cursor style for the different vim modes as well. For example, I would like to be able to do this:

"vim.normalModeCursorStyle": "underline"

Implementation Details:

In the mode classes (ex: src/mode/modeNormal.ts), instead of hardcoding the cursorType, read it from the user settings.

@xconverge xconverge self-assigned this Oct 6, 2017
xconverge added a commit that referenced this issue Oct 7, 2017
Fixes #2050 Allow custom cursor styles per mode
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

2 participants