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

Command mode status bar is too small #4077

Closed
liaohui5 opened this issue Sep 16, 2019 · 5 comments
Closed

Command mode status bar is too small #4077

liaohui5 opened this issue Sep 16, 2019 · 5 comments

Comments

@liaohui5
Copy link

I want to be able to modify the style of the status bar. The status bar is actually too small. Very inconvenient when I use commands such as search or replace

@J-Fields
Copy link
Member

This is not possible to do in a plugin - we can only specify the text and its color for our status bar item. Please file a ticket with VSCode (if there isn't one already).

@futurehome
Copy link

Why not using the vscode's command box as the input of vim command?

image

@emeren
Copy link

emeren commented Apr 28, 2021

Why not using the vscode's command box as the input of vim command?

image

How can i turn on this command box in vscode ? i've only vim commands in statusbar..

@amqndin
Copy link

amqndin commented May 28, 2024

Why not using the vscode's command box as the input of vim command?
image

How can i turn on this command box in vscode ? i've only vim commands in statusbar..

just put this in your normal mode keybindings object in settings.json

    { "before": [":"], "commands": ["vim.showQuickpickCmdLine"] },

@liaohui5
Copy link
Author

Why not using the vscode's command box as the input of vim command?
image

How can i turn on this command box in vscode ? i've only vim commands in statusbar..

just put this in your normal mode keybindings object in settings.json

    { "before": [":"], "commands": ["vim.showQuickpickCmdLine"] },

oh, it's perfect, thank u very much! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants