This commit is contained in:
Jacob Richman
2026-01-26 18:14:03 -08:00
committed by GitHub
parent d75dc88de6
commit 8e8e7b33ed
6 changed files with 25 additions and 19 deletions
+4 -1
View File
@@ -308,7 +308,10 @@ describe('keyMatchers', () => {
},
{
command: Command.SHOW_MORE_LINES,
positive: [createKey('s', { ctrl: true })],
positive: [
createKey('s', { ctrl: true }),
createKey('o', { ctrl: true }),
],
negative: [createKey('s'), createKey('l', { ctrl: true })],
},