LoginSignup
3
0

More than 5 years have passed since last update.

Sublime Text3 で「View -> Word Wrap」をショートカットに割り当てる

Posted at

キーバインディングに以下を追加する。

{ "keys": ["ctrl+w","ctrl+r"], "command": "toggle_setting", "args": {"setting": "word_wrap"}}

すると、ctrl+w+rで「Word Wrap」の切り替えができるようになる。
ちなみにwrは「Wrap」の頭から取ってきたけど、うっかりするとウィンドウ閉じたりしちゃうのでもっとマシな割り当てにしたほうがいいかもしれない。

地味に英字キー2個同時押しショートカットのやり方なども分からずググったので、メモとして残しておく。

3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0