-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Vim Command Line using up and down to navigate command history #779
Comments
Related to microsoft/vscode#426 |
Another related upstream issue: microsoft/vscode#23633 |
Ok I am done waiting for the API changes from the vscode side for input box here Can we have a thumbs up on this comment if in favor of moving the command entry to the status bar (Similar to how we do searching with /) Thumbs down if we should stick with quick pick and wait for some of the vscode API refactors to happen/leave it as is |
The VSCodeVim team prioritizes issues based on reaction count.
When I do something on the vim command line ( e.g ":%s/foo/bar" ) and I want to do it again I have to type it again. In "normal" vim I can just press keyup/down to navigate my command history, when I try this nothing happens.
The text was updated successfully, but these errors were encountered: