From c4427031aef017bcc1c99d94288d1e60143a717a Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 18 Dec 2019 14:40:33 -0500 Subject: remove sublime and vscode from dotfiles --- .../Open With/Side Bar.sublime-menu | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100755 sublime/.config/sublime-text-3/Packages/User/SideBarEnhancements/Open With/Side Bar.sublime-menu (limited to 'sublime/.config/sublime-text-3/Packages/User/SideBarEnhancements/Open With/Side Bar.sublime-menu') diff --git a/sublime/.config/sublime-text-3/Packages/User/SideBarEnhancements/Open With/Side Bar.sublime-menu b/sublime/.config/sublime-text-3/Packages/User/SideBarEnhancements/Open With/Side Bar.sublime-menu deleted file mode 100755 index 150dd08..0000000 --- a/sublime/.config/sublime-text-3/Packages/User/SideBarEnhancements/Open With/Side Bar.sublime-menu +++ /dev/null @@ -1,56 +0,0 @@ -[ - {"id": "side-bar-files-open-with", - "children": - [ - - //application 1 - { - "caption": "Photoshop", - "id": "side-bar-files-open-with-photoshop", - - "command": "side_bar_files_open_with", - "args": { - "paths": [], - "application": "Adobe Photoshop CS5.app", // OSX - "extensions":"psd|png|jpg|jpeg", //any file with these extensions - "args":[] - }, - "open_automatically" : false // will close the view/tab and launch the application - }, - - //separator - {"caption":"-"}, - - //application 2 - { - "caption": "SeaMonkey", - "id": "side-bar-files-open-with-seamonkey", - - "command": "side_bar_files_open_with", - "args": { - "paths": [], - "application": "C:\\Archivos de programa\\SeaMonkey\\seamonkey.exe", // WINNT - "extensions":"", //open all even folders - "args":[] - }, - "open_automatically" : false // will close the view/tab and launch the application - }, - //application n - { - "caption": "Chrome", - "id": "side-bar-files-open-with-chrome", - - "command": "side_bar_files_open_with", - "args": { - "paths": [], - "application": "C:\\Documents and Settings\\tito\\local\\Datos de programa\\Google\\Chrome\\Application\\chrome.exe", - "extensions":".*", //any file with extension - "args":[] - }, - "open_automatically" : false // will close the view/tab and launch the application - }, - - {"caption":"-"} - ] - } -] \ No newline at end of file -- cgit 1.4.1