Skip to content

Commit 2b7b598

Browse files
committed
copy: add corresponding command palette entry
I forgot at "File Manager: Copy Path From Root" when adding the submenu Copy -> Path From Root in the side bar context menu Thanks @bobmaerten, ref #55
1 parent 065b880 commit 2b7b598

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

FileManager.sublime-commands

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@
5656
"which": "relative path"
5757
}
5858
},
59+
{
60+
"caption": "File Manager: Copy Path From Root",
61+
"command": "fm_copy",
62+
"args": {
63+
"which": "path from root"
64+
}
65+
},
5966
{
6067
"caption": "File Manager: Create Template",
6168
"command": "fm_create",

0 commit comments

Comments
 (0)