vamolessa / pepper

simple and opinionated modal code editor for your terminal
https://vamolessa.github.io/pepper/
372 stars 17 forks source link

Will "WORD" movement keys be add? #60

Closed NNBnh closed 2 years ago

NNBnh commented 2 years ago

I just realized that Pepper only have word movement but not WORD movement:

keys action
w, b move cursors forward/back by word
e move cursors forward to the end of the word
W, B, E doesn't exist

That mean the current keymaps cheat sheet is currently wrong:

image

But will "WORD" movement keys be add in the future? If not I will open a pull request to fix the cheat sheet.

vamolessa commented 2 years ago

I have no plans on adding WORD movements at the moment. I would happily accept a pull request correcting the cheat sheet, thanks :)