Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement the more useful normal mode highlightingHEADmaster | Randy Palamar | 2023-07-25 | 1 | -0/+15 |
| | | | | | | | | | | This makes use of vis's recursive mappings to call the highlighted-yank action after some logic to figure out if a complete selection was made. There isn't a good way of determing the end of the selection after entering OPERATOR_PENDING mode so we have to check after each keypress to determine if it can terminate a selection. Some keys might be missing but all the main ones should be there. | ||||
* | make style and duration configurable | Randy Palamar | 2023-07-25 | 1 | -3/+10 |
| | | | | the style definition is the same as a normal vis theme definition. | ||||
* | Initial commit | Matěj Cepl | 2023-07-24 | 1 | -0/+15 |