File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 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+ ]
You can’t perform that action at this time.
0 commit comments