From 015a2adb69488136c0a5f432ce6f8f8791ba129e Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Mon, 14 Sep 2026 04:47:50 -0700 Subject: [PATCH 1/2] Add Vim mode (/vim) command documentation - 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> --- 01-setup-and-first-steps/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/01-setup-and-first-steps/README.md b/01-setup-and-first-steps/README.md index ae9c6e1d..8cea7f2e 100644 --- a/01-setup-and-first-steps/README.md +++ b/01-setup-and-first-steps/README.md @@ -481,6 +481,7 @@ That's it for getting started! As you become comfortable, you can explore additi |---------|--------------| | `/statusline` (or `/footer`) | Customize which items appear in the status bar at the bottom of the session (directory, branch, effort, context window, quota) | | `/theme` | View or set terminal theme | +| `/vim` | Enable or disable Vim mode for modal editing in the composer — type naturally with vim keybindings like `hjkl` for navigation and `i`, `a`, `o` for insert mode | | `/voice` | Dictate your prompt using local speech-to-text — speak naturally instead of typing | ### Help and Feedback From b216b3c6eaa7898a627bce60a3e5e0ff0fbb20ac Mon Sep 17 00:00:00 2001 From: Dan Wahlin Date: Wed, 16 Sep 2026 09:46:02 -0700 Subject: [PATCH 2/2] Update '/vim' command description for clarity Clarify the description of the '/vim' command in the README. --- 01-setup-and-first-steps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-setup-and-first-steps/README.md b/01-setup-and-first-steps/README.md index 8cea7f2e..c3dcf8f4 100644 --- a/01-setup-and-first-steps/README.md +++ b/01-setup-and-first-steps/README.md @@ -481,7 +481,7 @@ That's it for getting started! As you become comfortable, you can explore additi |---------|--------------| | `/statusline` (or `/footer`) | Customize which items appear in the status bar at the bottom of the session (directory, branch, effort, context window, quota) | | `/theme` | View or set terminal theme | -| `/vim` | Enable or disable Vim mode for modal editing in the composer — type naturally with vim keybindings like `hjkl` for navigation and `i`, `a`, `o` for insert mode | +| `/vim` | Enable or disable Vim mode for modal editing in the composer. Type naturally with vim keybindings like `hjkl` for navigation and `i`, `a`, `o` for insert mode | | `/voice` | Dictate your prompt using local speech-to-text — speak naturally instead of typing | ### Help and Feedback