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

How to fit VIM search on IDE footer with long git branch name? #3652

Closed
ecbrodie opened this issue Apr 4, 2019 · 2 comments
Closed

How to fit VIM search on IDE footer with long git branch name? #3652

ecbrodie opened this issue Apr 4, 2019 · 2 comments

Comments

@ecbrodie
Copy link

ecbrodie commented Apr 4, 2019

This is more of a question than an issue report, but I'm not sure where else to ask it, especially since the Slack link on the master branch README is broken.

When I'm working on a project and using a fairly long git branch name, there is no space left in the IDE's footer for a command that I'm entering, namely a search command. This makes using VIM commands hard with this extension. Here's a screenshot to demonstrate what I'm talking about:

vscode-footer-long-git-branch-name

How can I customize the VSCode footer so that I still leave room to see VIM commands? I am more than happy to have the git branch name hidden while I'm typing a VIM command. That doesn't hurt my development experience in that case, I know that I'll see the git branch name immediately after executing my VIM command.

If this functionality does not yet exist, then consider this a feature request.

@MangoMoe
Copy link

With so many plugins that use the footer, this would be a good idea. Typing regex searches is a pain because the command disappears from the footer if it gets too long and runs out of space. Temporarily hiding other footer elements while typing commands would be ideal.

@jpoon
Copy link
Member

jpoon commented Apr 15, 2019

This is an issue that probably should be created with VSCode. As an extension, we don't know what other extensions are running and have no context on what's currently being displayed on your footer.

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

3 participants