Loading

Sublime 自动根据窗口宽度换行 / 更改默认 Word Wrap Width

https://stackoverflow.com/questions/62240589/tell-sublime-text-3-to-always-default-to-word-wrap-column-automatic

// Disables horizontal scrolling if enabled.
// May be set to true, false, or "auto", where it will be disabled for
// source code, and otherwise enabled.
"word_wrap": "auto",

// Set to a value other than 0 to force wrapping at that column rather than the
// window width
"wrap_width": 0,
posted @ 2021-10-27 09:26  ZXYFrank  阅读(272)  评论(0编辑  收藏  举报