In my Sublime Text 3, the shortcut Ctrl+A moves cursor to the front of line as expected. However, Ctrl + E does not move cursor to the end of line. Then, I find out that this works: Command+RightArrowKey on Mac.
Anyone knows why Ctrl+E does not work as expected in the official shortcut documentation? What command shall I configure in the keybinding map?
My User key binding is very simple.
[
{ "keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true} },
]
答案 0 :(得分:0)
The shortcuts listed are specific to the platform and the version of the Sublime Text. Here is the list of all the shortcuts, there is also a comparison chart here. Further, if you are getting started with Sublime Text3 this link might prove helpful.
答案 1 :(得分:0)
如果按键不符合您对ST3的期望,安装FindKeyConflicts
是个好主意通过软件包管理器安装它,它可以帮助您解决为什么事情没有按照您认为应该做的事情