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

Support :his[tory] #3949

Closed
J-Fields opened this issue Aug 6, 2019 · 2 comments
Closed

Support :his[tory] #3949

J-Fields opened this issue Aug 6, 2019 · 2 comments

Comments

@J-Fields
Copy link
Member

J-Fields commented Aug 6, 2019

Is your feature request related to a problem? Please describe.
I've done a command a while ago, but don't want to type it out again and going back through history one at a time is cumbersome.

Describe the solution you'd like
:his[tory] should open a quickpick that will show me my command history, from which I can select a command to run.

Describe alternatives you've considered
None really. Is there another existing way of doing this?

@J-Fields
Copy link
Member Author

J-Fields commented Aug 6, 2019

Apparently this also works for searches. That'd be nice too.

@J-Fields
Copy link
Member Author

J-Fields commented Aug 6, 2019

So in vim :history is different from q:, but they mostly do the same thing as far as I'm concerned, and we support q: already! Cool! Now let's support q//q? and activate them via Ctrl-F when doing a command/search.

@J-Fields J-Fields changed the title Support :his[tory] Support :his[tory], q/, and Ctrl-F from command line/search Aug 6, 2019
jpoon pushed a commit that referenced this issue Aug 6, 2019
These show your search history via a QuickPick, allowing you to search through and re-do these.
Also implemented an alias for these, which is `<C-f>` while typing a search.
Refs #3949
stevenguh pushed a commit to stevenguh/Vim that referenced this issue Aug 27, 2019
These show your search history via a QuickPick, allowing you to search through and re-do these.
Also implemented an alias for these, which is `<C-f>` while typing a search.
Refs VSCodeVim#3949
stevenguh pushed a commit to stevenguh/Vim that referenced this issue Aug 27, 2019
stevenguh pushed a commit to stevenguh/Vim that referenced this issue Aug 27, 2019
These show your search history via a QuickPick, allowing you to search through and re-do these.
Also implemented an alias for these, which is `<C-f>` while typing a search.
Refs VSCodeVim#3949
stevenguh pushed a commit to stevenguh/Vim that referenced this issue Aug 27, 2019
@J-Fields J-Fields changed the title Support :his[tory], q/, and Ctrl-F from command line/search Support :his[tory] Sep 2, 2019
stevenguh pushed a commit to stevenguh/Vim that referenced this issue Sep 2, 2019
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

1 participant