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

Vim-like mode #21

Open
gustaphe opened this issue Jun 24, 2020 · 1 comment
Open

Vim-like mode #21

gustaphe opened this issue Jun 24, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@gustaphe
Copy link

I'd love an option to toggle a vim-mode:

key action
u undo
r redo
i enter [i]nner pencil mode
o [o]uter pencil mode
a norm[a]l fill mode
c [c]olor mode
hjkl left, down, up, right
v enter visual select mode
w to next box
/<num> select all cells where <num> is a candidate
@grantm grantm added the enhancement New feature or request label Jul 24, 2020
@grantm
Copy link
Owner

grantm commented Jul 24, 2020

I do like this idea (I am a Vim user too) but it's going to be a while before I work through the higher priority issues.

I'm thinking the best approach will be to introduce a layer of indirection in mapping keystrokes to actions.

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

No branches or pull requests

2 participants