Skip to content

Instantly share code, notes, and snippets.

@YakovSPb
Created January 28, 2019 15:07
Show Gist options
  • Save YakovSPb/e5ad2fbc09217a8cfe8c65cf001c3677 to your computer and use it in GitHub Desktop.
Save YakovSPb/e5ad2fbc09217a8cfe8c65cf001c3677 to your computer and use it in GitHub Desktop.
gists
1. пишем ключ токена SublimeText>Settings>Gist>Setting User
{
""
}
2. пишем SublimeText>Settings>Gist>Key Bindings - User
[
{ "keys": ["alt+shift+f"], "command": "reindent" },
{ "keys": ["ctrl+k+i"], "command": "gist" },
{ "keys": ["ctrl+k+o"], "command": "insert_gist_list" },
]
3. Выбираем нужный код и создаем gist crl+k+i
4. Чтобы открыть ctrl+k+o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment