DavidLGoldberg / jumpy

The fastest way to jump around files and across visible panes in Atom
https://atom.io/packages/jumpy
MIT License
124 stars 16 forks source link

Jump to `letter` like ace jump (emacs) #112

Closed am closed 6 years ago

am commented 6 years ago

Hi,

I was looking for a port of ace jump to atom that works like the emacs ace jump and I found your project :)

One thing I noticed and it bothers me a little is that there is no initial input letter to filter my jump. When using emacs ace jump you do the following:

  1. activate ace-jump
  2. input the first char of the word you want to jump to
  3. do the jump pressing the key comb

I find this less noisy since usually only a few jump options are provided.

Is there any way to achieve this using Jump?

Many thanks

DavidLGoldberg commented 6 years ago

Nope. Sorry. Actually a lot of us find jumpy easier cognitively (especially with vim bindings).

But if I was using emacs binding personally I might want something more like ace jump...

There were some experiments done by some people into like fuzzy search for the chars (stand alone packages) but I think those were mostly abandoned.

On Sat, Jan 13, 2018, 5:05 PM antonio miranda notifications@github.com wrote:

Hi,

I was looking for a port of ace jump to atom that works like the emacs ace jump and I found your project :)

One thing I noticed and it bothers me a little is that there is no initial input letter to filter my jump. When using emacs ace jump you do the following:

  1. activate ace-jump
  2. input the first char of the word you want to jump to
  3. do the jump pressing the key comb

I find this less noisy since usually only a few jump options are provided.

Is there any way to achieve this using Jump?

Many thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DavidLGoldberg/jumpy/issues/112, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjTr2pVdwOLtuuPsvTWrYwGYZhvPhx5ks5tKRqegaJpZM4RdXnT .

am commented 6 years ago

Hi @DavidLGoldberg, thanks for the prompt reply. I guess that what I propose could be easly be extendend from jump. If I have something done I will PR.

For now I'll close this since the question is already answered.

Cheers