Skip to content

Add history to the command palette#44517

Merged
ConradIrwin merged 2 commits intomainfrom
command-palette-history
Dec 10, 2025
Merged

Add history to the command palette#44517
ConradIrwin merged 2 commits intomainfrom
command-palette-history

Conversation

@ConradIrwin
Copy link
Member

Co-Authored-By: Claude ai+claude@zed.dev

Closes #ISSUE

Release Notes:

  • Added history to the command palette (up will now show recently executed
    commands). This is particularly helpful in vim mode when you may mistype a
    complicated command and want to re-run a slightly different version thereof.

Co-Authored-By: Claude <ai+claude@zed.dev>
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 10, 2025
@ConradIrwin ConradIrwin enabled auto-merge (squash) December 10, 2025 07:01
@ConradIrwin ConradIrwin merged commit 22f1655 into main Dec 10, 2025
23 checks passed
@ConradIrwin ConradIrwin deleted the command-palette-history branch December 10, 2025 07:07
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 16, 2025
Co-Authored-By: Claude <ai+claude@zed.dev>

Closes #ISSUE

Release Notes:

- Added history to the command palette (`up` will now show recently
executed
commands). This is particularly helpful in vim mode when you may mistype
a
complicated command and want to re-run a slightly different version
thereof.

---------

Co-authored-by: Claude <ai+claude@zed.dev>
someone13574 pushed a commit to someone13574/zed that referenced this pull request Dec 16, 2025
Co-Authored-By: Claude <ai+claude@zed.dev>

Closes #ISSUE

Release Notes:

- Added history to the command palette (`up` will now show recently
executed
commands). This is particularly helpful in vim mode when you may mistype
a
complicated command and want to re-run a slightly different version
thereof.

---------

Co-authored-by: Claude <ai+claude@zed.dev>
@trkoch
Copy link

trkoch commented Dec 17, 2025

This is particularly helpful in vim mode when you may mistype a
complicated command and want to re-run a slightly different version thereof.

Since you're mentioning vim, how to navigate the list (history) by keyboard?

@ConradIrwin
Copy link
Member Author

@trkoch With up/down or ctrl-p/ctrl-n (just like in vim)

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

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants