Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ST4] more convenient shortcuts #85

Open
eugenesvk opened this issue Oct 4, 2021 · 1 comment · May be fixed by #88
Open

[ST4] more convenient shortcuts #85

eugenesvk opened this issue Oct 4, 2021 · 1 comment · May be fixed by #88

Comments

@eugenesvk
Copy link

Given that ST4 now supports chords, maybe it'd be much better to use more mnemonic and thus easier-to-remember keybinds around
^J+^key1?
Or at least suggest these (to avoid any conflicts) in the readme/install message so that a user could easily copy&paste and customize.

For example:
^J, ^Wace_jump_ W ord
^J, ^Cace_jump_ C har
^J, ^Lace_jump_ L ine
^J, ^Iace_jump_w I thin_line
^J, ^S or Sace_jump_ S elect
^J, ^A or Cace_jump_ A dd_ C ursor
^J, ^E or Aace_jump_ A ft E r

// AceJump settings for the above examples on a macOS
  {"keys":["super+j","super+w"],	"command":"ace_jump_word"},
  {"keys":["super+j","super+c"],	"command":"ace_jump_char"},
  {"keys":["super+j","super+l"],	"command":"ace_jump_line"},
  {"keys":["super+j","super+i"],	"command":"ace_jump_within_line"},
  // AceJump Modes              	//
  {"keys":["super+j","s"],      	"command":"ace_jump_select"},
  {"keys":["super+j","c"],      	"command":"ace_jump_add_cursor"},
  {"keys":["super+j","a"],      	"command":"ace_jump_after"},

Footnotes

  1. ^ = Ctrl or Cmd/ on a macOS

@stoivo
Copy link

stoivo commented Oct 5, 2021

Thanks for the keybindings, this work really well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants