Skip to content

Commit b874c02

Browse files
author
Sascha Goldhofer
authored
Merge pull request #38 from Kristinita/SashaGoddess
Add command palette support
2 parents 5f05e35 + 1bbdc71 commit b874c02

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Default.sublime-commands

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
{ "caption": "FuzzyFilePath: Rebuild cache", "command": "ffp_update_cache" },
33
{ "caption": "FuzzyFilePath: Show info", "command": "ffp_show_info" },
44
{ "caption": "FuzzyFilePath: Set project directory", "command": "ffp_set_project_directory" },
5-
{ "caption": "FuzzyFilePath: Show current settings", "command": "ffp_show_current_settings" }
6-
]
5+
{ "caption": "FuzzyFilePath: Show current settings", "command": "ffp_show_current_settings" },
6+
{ "caption": "FuzzyFilePath: Goto File", "command": "ffp_goto_file"},
7+
{ "caption": "FuzzyFilePath: Insert Relative Path", "command": "insert_path", "args": {
8+
"type": "relative"
9+
}
10+
},
11+
{ "caption": "FuzzyFilePath: Insert Absolute Path", "command": "insert_path", "args": {
12+
"type": "absolute"
13+
}
14+
}
15+
]

0 commit comments

Comments
 (0)