CFiggers / vscode-janet-plus-plus

Janet language support for Visual Studio Code
Other
10 stars 2 forks source link

TODO: Fix Ctrl + Arrow key movement while in a comment #3

Closed CFiggers closed 1 year ago

CFiggers commented 2 years ago

Currently, Ctrl + Arrow key invokes Janet Paredit: Move Cursor [Forward | Backward or Up] Sexp/Form (aka janet.paredit.backwardSexp). That's good in code, but really annoying in a comment (where it would be better to only do cursorWordLeft/cursorWordRight).