Conversation
- Document the new /vim slash command added in v1.0.84-2 (Sept 8, 2026) - Add entry to Display section of Additional Commands - Include explanation of vim keybindings for beginner audience - Helps learners discover modal editing feature for terminal users Copilot CLI now supports vim mode for users who prefer vim keybindings when typing prompts in the composer. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document the new Vim mode feature (
/vimcommand) added in Copilot CLI v1.0.84-2 (released Sept 8, 2026) to help learners discover this modal editing capability.Changes Made
Chapter 01: First Steps
01-setup-and-first-steps/README.md/vimcommand documentation with beginner-friendly explanationWhat New Features Were Found
Copilot CLI v1.0.84-5 through v1.0.83 (Sept 4-14, 2026):
Vim mode (v1.0.84-2, Sept 8) ✅ UPDATED IN THIS PR
/vimcommand for modal editingCommand reorganization (v1.0.84-4, Sept 10)
copilot instruction listandcopilot lsp listterminal commandsenable/disablesubcommands forcopilot plugin/mcp/skill--kind,--scopeflags from oldcopilot pluginsSession and memory import (v1.0.84-5, Sept 11)
Why These Updates
Testing
/vimcommand syntax and functionality from v1.0.84-2 release notesRelated