Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 837d407

Browse files
committed
F4 doesn't focus editor, Shift+F4 does...
1 parent 7b29b41 commit 837d407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class Navigation {
1616

1717
constructor(private readonly _view: vscode.TreeView<unknown>) {
1818
this._disposables.push(
19-
vscode.commands.registerCommand('references-view.next', () => this.next(true)),
19+
vscode.commands.registerCommand('references-view.next', () => this.next(false)),
2020
vscode.commands.registerCommand('references-view.prev', () => this.previous(false)),
2121
);
2222
}

0 commit comments

Comments
 (0)