appflowy-editor icon indicating copy to clipboard operation
appflowy-editor copied to clipboard

Feat vim mode

Open rileyhawk1417 opened this issue 7 months ago • 0 comments

This PR is meant to support Vim Mode in the main AppFlowy app. It does not conflict with the main editor and can be toggled on/off easily.

The documentation for it is a WIP and can be found at here.

Checklist:

  • [x] Support basic keys [h, j, k, l]
    • [x] Test Written
  • [x] Support line jumping (e.g 4j, 10l)
    • [x] Test Written
  • [x] Undo & Redo
    • [x] Test Written
  • [x] Exit to Normal Mode and Insert Mode
    • [x] Test Written
  • [ ] Text selection

rileyhawk1417 avatar Apr 13 '25 09:04 rileyhawk1417