Skip to content

jovanshernandez/sublime-text-3-timestamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

sublime-text-3-timestamp

Settings Window

Python plugin for Sublime Text 3 for inserting a timestamp

  1. From the top Toolbar: Tools > New Plugin

  2. Paste in the contents of "timestamp.py"

  3. Save as timestamp.py in ~/Library/Application Support/Sublime Text 3/Packages/User/ (should be the default directory that pops up when you save)

  4. Choose: Sublime Text 3 > Preferences > Key Bindings - User

  5. Add:...

{ "keys": ["super+ctrl+t"], "command": "timestamp" } to make command+ctrl+t perform the insertion.

NOTE: Make sure to add a comma after the previous keymap entry, if present.

About

Python plugin for Sublime Text 3 for inserting a timestamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages