vlaaad / reveal

Read Eval Visualize Loop for Clojure
https://vlaaad.github.io/reveal/
MIT License
600 stars 21 forks source link

support more keybindings for scrolling #29

Open dpsutton opened 3 years ago

dpsutton commented 3 years ago

Love this amazing project. Was wondering if you would be open to more keybindings for scrolling. Perhaps as a config, or with such a sparse keymap so far, maybe both enabled since they don't seem to overlap:

vlaaad commented 3 years ago

Hmm, I would expect those to move the cursor instead of scrolling.. or did you mean moving the cursor?

vlaaad commented 3 years ago

Btw I want to implement configurable keybindings system, but currently I'm designing spec forms, so that will come some time later

dpsutton commented 3 years ago

Yes sorry i meant for moving the cursor. Each of vim and emacs have their own notion of selection (visual mode and mark) but perhaps just continuing to keep shift and cursor movements would be a happy medium for everyone.

Glad its on the horizon and thanks!