Skip to content

Commit 1bbdc71

Browse files
KristinitaKristinita
authored andcommitted
Add command palette support
1 parent 524af47 commit 1bbdc71

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)