Created
January 29, 2017 23:20
-
-
Save 1nsp1r3rnzt/44568b64c7cac5a729ea12b8eb78f7fe to your computer and use it in GitHub Desktop.
Sublime_evernote_modified_keys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "keys": ["ctrl+e", "ctrl+w"], "command": "open_evernote_note", "args": {"note_guid": "clipboard"} }, | |
{ "keys": ["ctrl+e", "ctrl+u"], "command": "send_to_evernote" }, | |
{ "keys": ["ctrl+e", "ctrl+o"], "command": "open_evernote_note" }, | |
{ "keys": ["ctrl+e", "ctrl+s"], "command": "save_evernote_note" }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment