Skip to content

Commit 9568ef5

Browse files
ajain-93kjk
authored andcommitted
Open Explorer and select file
Instead of just opening the directory, this selects the file. This helps if you have a folder with lots of similarly named file.
1 parent 090caae commit 9568ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ExternalViewers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static ExternalViewerInfo gExternalViewers[] = {
4444
CmdOpenWithExplorer,
4545
"*",
4646
"explorer.exe",
47-
R"("%d")",
47+
R"(/select,"%1")",
4848
nullptr,
4949
nullptr,
5050
},

0 commit comments

Comments
 (0)