Pokey Rule

Results 577 comments of Pokey Rule

For some basic experimentation, can just add something like the following to your `keybindings.json`: ```json { "key": "ctrl+a", "command": "cursorless.command", "args": { "version": 2, "action": { "name": "setSelection", "args": []...

Here's an [attempt](https://github.com/pokey/dotfiles/blob/develop/vscode/modal-keys.js) to implement part of the keyboard interface using [ModalKeys](https://github.com/haberdashPI/vscode-modal-keys) (thanks for the pointer @auscompgeek 🙌). Note that decorated marks won't work until https://github.com/haberdashPI/vscode-modal-keys/issues/63 is addressed

We actually decided to fix this by making some top-level commands targeted at keyboards, see #958

I believe we will get this one for free with #484

If something is the last token on the line it will not count as a line. It needs to start and end on line boundary It will also only be...

I think we can also consider detecting we're a block and set it to `\n\n`, though not quite as critical as the newline one. That one gets me because it...

This one is also super annoying for "section" in markdown, eg "clone up section"

Yeah maybe for now let's just add them to that switch statement, but I do worry it's going to start feeling like a game of whack-a-mole

Shouldn't we use https://github.com/nvim-treesitter/tree-sitter-query instead of scheme?