Skip to content

Releases: leohenon/opencode-vim

v1.18.4-ocv.4.8

Choose a tag to compare

@github-actions github-actions released this 20 Jul 18:55

based on opencode v1.18.4

v1.18.3-ocv.4.8

Choose a tag to compare

@github-actions github-actions released this 16 Jul 18:48

based on opencode v1.18.3

v1.18.2-ocv.4.8

Choose a tag to compare

@github-actions github-actions released this 15 Jul 18:45

based on opencode v1.18.2

v1.18.1-ocv.4.8

Choose a tag to compare

@github-actions github-actions released this 15 Jul 00:42

based on opencode v1.18.1

v1.17.20-ocv.4.8

Choose a tag to compare

@github-actions github-actions released this 14 Jul 01:15

based on opencode v1.17.20

v1.17.18-ocv.4.8

Choose a tag to compare

@github-actions github-actions released this 11 Jul 12:51
300dace

based on opencode v1.17.18

ocv patch 4.8
feat(prompt): add display line motions option - #238 (@leohenon)
feat(prompt): add wrapped line markers - #240 (@leohenon)
fix(prompt): motion counts in visual mode - #239 (@leohenon)

v1.17.18-ocv.4.7

Choose a tag to compare

@github-actions github-actions released this 10 Jul 00:58

based on opencode v1.17.18

v1.17.17-ocv.4.7

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:02

based on opencode v1.17.17

v1.17.15-ocv.4.7

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:26

based on opencode v1.17.15

ocv patch 4.7
fix: preserve logical lines across soft-wrap boundaries in copy mode - #221 (@shaheislam)
feat(keymap): support normal mode scoped keybinds - #234 (@leohenon)
feat(keymap): support normal mode only leader binding - #236 (@leohenon)

v1.17.15-ocv.4.6

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:01

based on opencode v1.17.15

ocv patch 4.6
refactor(input): cleanup of core input/motion helpers - #222 (@leohenon)
refactor(keymap): layer h/j/k/l aliases - #223 (@leohenon)
refactor(handler): consolidate pending key handling - #224 (@leohenon)
refactor(prompt): extract input wiring - #225 (@leohenon)
refactor(question): reuse modal input controls - #226 (@leohenon)
feat(prompt): support gj/gk display-line motions - #227 (@leohenon)
feat(prompt): support operators for display-line motions - #228 (@leohenon)
feat(prompt): support display-line horizontal motions - #229 (@leohenon)
feat(prompt): support operators for horizontal display-line motion - #230 (@leohenon)
docs(config): vim_langmap aliases - #232 (@leohenon)
fix(tui): show count in pending operator indicator - #231 (@leohenon)