Answer the question
In order to leave comments, you need to log in
How do I set up the Easy Motion plugin in Sublime Text 3 to make it work?
System: Mac OS X
Editor: Sublime Text 3
Plugin: easy_motion
keymap default:
[
{
"keys": ["super+;", "<character>"],
"command": "easy_motion",
"args": {"select_text": false}
},
{
"keys": ["super+;", "enter"],
"command": "easy_motion",
"args": {"select_text": false, "character": "enter"}
},
{
"keys": ["super+shift+;", "<character>"],
"command": "easy_motion",
"args": {"select_text": true}
},
{
"keys": ["super+shift+;", "enter"],
"command": "easy_motion",
"args": {"select_text": true, "character": "enter"}
}
]
[
{
"keys": ["ctrl+;", "<character>"],
"command": "easy_motion",
"args": {"select_text": false}
},
{
"keys": ["ctrl+;", "enter"],
"command": "easy_motion",
"args": {"select_text": false, "character": "enter"}
},
{
"keys": ["ctrl+shift+;", "<character>"],
"command": "easy_motion",
"args": {"select_text": true}
},
{
"keys": ["ctrl+shift+;", "enter"],
"command": "easy_motion",
"args": {"select_text": true, "character": "enter"}
}
]
Answer the question
In order to leave comments, you need to log in
For those who find this question in the search.
Try the AceJump plugin - https://packagecontrol.io/packages/AceJump functionality is the same. Default hotkeys in linux did not work for some reason, rebinded to alt+j alt+shift+j - it works fine.
At a minimum, you need to install manually by cloning the repository and switching the branch to st3, although it didn’t work for me after that either. It is suggested to install EasyMotion on a clean ST3 installation.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question