ice9js / ace-jump-sublime

Jump between characters in Sublime Text 3 without using a mouse at ease
MIT License
202 stars 29 forks source link

This is awesome, but some functions do not work #44

Closed luxueyan closed 8 years ago

luxueyan commented 8 years ago

My computer is mac,version: 10.10.4 sublime version : 3114 "ace_jump_select,ace_jump_add_cursor,ace_jump_after" These commends do not work, though i set custom short-key for these commend. Thanks for your help!

ice9js commented 8 years ago

Hi,

You need to use these commands in conjunction with character, word or line mode. So, for example, if I wanted to select some text, I would trigger the select mode by pressing Ctrl+;, and then I could press Cmd+Shift+' to select the text between the current cursor position and the letter I jump to.

Let me know if that solves your issue, as the readme might be a little unclear on this.

luxueyan commented 8 years ago

@ice9js Thanks very much!I understood wrongly! It works!