downforacross / downforacross.com

Web frontend for downforacross.com -- continuation of stevenhao/crosswordsio
https://downforacrosscom.downforacross1.now.sh
MIT License
220 stars 92 forks source link

Add jumping to specific clues in Vim Mode #294

Open vasumv opened 7 months ago

vasumv commented 7 months ago

Similar to jumping to specific line numbers in Vim, it would be nice to select a specific clue using Vim syntax (e.g. ":55" or ":55a" for 55 across).

This could be done using an additional mode (similar to vimInsert) called vimCommand that activates when the ":" key is typed. Then, a buffer of keys can be populated until the user hits Enter.

A box in the bottom left/right displaying the buffer of keys could also be shown when command mode is activated.

PR: #293