LoginSignup
11
9

More than 5 years have passed since last update.

Sublime Textで空白以外の行頭に移動する.

Posted at

http://kataok.hatenablog.com/entry/2012/11/26/172858
こちらのサイトを参考に設定.
この設定をするとCtrl-aを入力するたびに
1. 空白を除く行頭へ移動
2. 行頭へ移動
3. 空白を除く行頭へ移動

のようなトグル動作が出来て非常に便利.


{ "keys": ["ctrl+a"], "command": "move_to", "args": { "to": "bol", "extend": false} }

上の設定ではC-aの動作を上書きしています.

11
9
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
11
9