ribbit/test
gsb 3368e719fd Vim keybindings for source edit mode
VimHandler activates in source (edit) mode only. Two modes:
- Insert: standard typing, Esc enters normal mode
- Normal: vim navigation and editing, i/a/o/O enter insert

Normal mode commands:
  h/j/k/l: cursor movement
  w/b: word forward/back
  0/$: line start/end
  gg/G: document start/end
  i/a/o/O: enter insert mode
  x: delete char
  dd: delete line
  u: undo
  Ctrl+r: redo
2026-04-29 07:37:09 +00:00
..
custom-tags.test.ts Reimplement tests 2026-04-29 05:02:25 +00:00
editor.test.ts Implement Toolbar 2026-04-29 07:11:31 +00:00
hopdown.test.ts Reimplement tests 2026-04-29 05:02:25 +00:00
macros.test.ts Use data- attributes to preserve macro configs 2026-04-29 05:19:17 +00:00
setup.ts Vim keybindings for source edit mode 2026-04-29 07:37:09 +00:00
toolbar.test.ts Add keyboard shortcuts to all toolbar buttons 2026-04-29 07:23:10 +00:00
vim.test.ts Vim keybindings for source edit mode 2026-04-29 07:37:09 +00:00