feat(plan): Extend Shift+Tab Mode Cycling to include Plan Mode (#17177)

This commit is contained in:
Adib234
2026-01-21 10:19:47 -05:00
committed by GitHub
parent b703c87a64
commit 0605e6e3e9
13 changed files with 163 additions and 100 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ describe('keyMatchers', () => {
negative: [createKey('y'), createKey('y', { meta: true })],
},
{
command: Command.TOGGLE_AUTO_EDIT,
command: Command.CYCLE_APPROVAL_MODE,
positive: [createKey('tab', { shift: true })],
negative: [createKey('tab')],
},