Skip to content

Commit

Permalink
Merge branch 'nvim-talon' into neovim-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric Halbronn committed Mar 24, 2024
2 parents c0f60f3 + 139b041 commit 389c61e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions packages/cursorless-neovim/STATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Quick summary of what is supported atm.

Supported:

- cursorless commands generally available from all the modes: normal (n), insert (i), normal terminal (nt), terminal (t), visual (v)
- marks (row, this, that, source)
- scopes (line, paint, short paint, token, file, char, block, identifier, round, curly, box, diamond, twin, quad, skis, pair, etc)
- modifiers (previous, next, first, second, etc, two, three, etc, last, backward, sub, past, tail, head, just, inside, its, start of, end of, before, after, until, etc)
- edition actions in n, i, v (chuck, bring, change, clone etc)
- limited support for "and" modifier if result in no or single cursor
- selection/moving actions in any mode (take, pre, post)
- copy to clipboard action from any mode (copy)
- fallback bring action in terminal (t, nt) always brings to command prompt current position (bring)

Not supported:

- decorated symbols marks (no coloured hats are drawn)
- syntactic scopes (no treesitter)
- multiple cursors (no modifiers: every, instance, from, bounds, slice) (no action: give)
- scope visualizer
- search commands (scout, etc)

Todo/test as should work:

- actions: move, pre, post, paste, carve, swap, indent, dedent, increment, decrement, drink, pour, phones, wrap, repack, join, break
- marks: up, down
- from line take next instance this

Not sure if supported:

- crown, center, bottom
1 change: 1 addition & 0 deletions packages/cursorless-neovim/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# features

- insert to be paste() to have working bring into terminal
- "paste to row one" from the clipboard
- prePhrase support in command server? https://www.cursorless.org/docs/contributing/architecture/hat-snapshots/
- only one command to build, run neovim, and attach to it? (see my build program, run program, debug program)
Expand Down

0 comments on commit 389c61e

Please sign in to comment.