Study
Sublime Text2-move to end of line using ctrl+e:
zombie45
2013. 3. 12. 20:01
add this to key bindings
{ "keys": ["ctrl+e"], "command": "move_to", "args": {"to": "eol", "extend": false} }
반응형