Skip to content

feat(visual): add support for arrow key movement in copy mode #118

feat(visual): add support for arrow key movement in copy mode

feat(visual): add support for arrow key movement in copy mode #118

Workflow file for this run

name: CI
on:
push:
branches: [ocv]
pull_request:
branches: [ocv]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-bun
- name: Run vim tests
run: bun test test/cli/tui/vim-motions.test.ts
working-directory: packages/opencode