Sublime Text Move Cusor forward Use Key Supporting tagline
Step 1
打开 Preferences -> Key Bindings User
Step 2
添加这一行
{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} }
Published
23 May 2013
打开 Preferences -> Key Bindings User
添加这一行
{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} }