My sublime-keymap contains: { “keys”: [“f5”], “command”: “insert_datetime”},
I know that this uses a .py file. Where are the .py files stored?
FIle location of .py files on Mac
JuanHerrero
#1
0 Likes
deathaxe
#2
They are stored in “.sublime-package” files.
They are accessible via View Package File command palette command.
Specific location of certain commands depends on package providing them.
ST ships some default packages with basic functionality (e.g.: [install_dir]/Packages/Default.sublime-package).
0 Likes
JuanHerrero
#3
Thanks for responding. Excuse me - I’m a Mac newbie. How can .py files be stored in .sublime-package files?
0 Likes
JuanHerrero
#5
Thanks. Eventually found it at /Library/Application Support/Sublime Text/Packages/User/whatever.py
0 Likes