Я хочу добавить связывание клавиш для Reindent(Edit> Line> Reindent).
Я пробовал добавлять
"keys": ["ctrl+shift+i"], "command": "reindent"
Но это ничего не делает, даже после перезапуска возвышенного
Другие ответы кажутся устаревшими.
Полные настройки-файл пользователя:
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"update_check":false,
"font_size":11,
{"keys": ["ctrl+shift+i"], "command": "reindent"},
}