Tôi muốn thêm một liên kết phím cho Reindent (Chỉnh sửa> Dòng> Reindent).
Tôi đã thử thêm
"keys": ["ctrl+shift+i"], "command": "reindent"
Nhưng điều này không làm gì ngay cả sau khi khởi động lại siêu phàm
Những câu trả lời khác dường như đã lỗi thời.
Cài đặt đầy đủ - Tệp người dùng:
// 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"},
}
Error trying to parse settings: Expected value in Packages/User/Preferences.sublime-settings:6:2
{"keys": ["ctrl+shift+i"], "command": "reindent"},