vscode-jumpy icon indicating copy to clipboard operation
vscode-jumpy copied to clipboard

Neighbor letters for combinations

Open Gunyon opened this issue 4 years ago • 2 comments

Hi It would be more practical and efficient if the 2 letter combinations would consist of letters that are neighbor to each other

Gunyon avatar Jul 07 '20 11:07 Gunyon

If anyone is interested in proposing a solution in my fork please consider creating a PR.

I linked to the file that currently creates a codes which take an input abc for example, and produce the codes based on the distance of the input characters.

// `abc` output
[
  'aa', 'ab', 'ba',
  'ac', 'bb', 'ca',
  'bc', 'cb', 'cc'
]

ghost avatar Mar 03 '21 20:03 ghost

@Gunyon Jump allows you to adjust the primary charset, the first specified letters will occur the closest to the last cursor position.

wenfangdu avatar Aug 16 '21 12:08 wenfangdu