E
E
Egor Trubnikov-Panov2015-03-05 10:22:35
Sublime Text
Egor Trubnikov-Panov, 2015-03-05 10:22:35

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"}
    }
]

nothing works.
tried changing keymap to
[
  { 
    "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"}
    }
]

also nifiga

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alex Step, 2016-08-08
@kellas

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.

R
Ruslan Abdullaev, 2015-06-05
@rajdee

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 question

Ask a Question

731 491 924 answers to any question