vis
vis copied to clipboard
A vi-like editor based on Plan 9's structural regular expressions
https://user-images.githubusercontent.com/47404953/183268280-bf93a004-7f02-4033-84bb-29c0b0565060.mp4
- The key table in the visual mode subsubsection of the `Multiple selections` subsection of the [Vim commands](https://manpages.ubuntu.com/manpages/kinetic/man1/vis.1.html#vi(m)%20key%20bindings) section is messed up. For example, `` should correspond to making the...
vis crashes on ``` /usr/share/vis/lexers/bash.lua:29: attempt to concatenate a nil value (local 'delimiter') ``` ```bash #!/bin/bash set -eu exec > ports.yaml cat
Given the text: ``` First paragraph. Another paragraph. ``` if cursor is on `n` of `another`, using `{` will bring me to the blank line between the two paragraphs, as...
The title says it all.
Related to #908. I fetched the lexers from Scintillua and also added some changes from the `scintillua` branch. Please let me know if there are other necessary changes to make...
Hi is there a vis theme that just allows the default terminal to passthrough? Nano on the left and vis on the right:  I'd like for vis to be...
`vis v0.7 +curses +lua +tre` on OpenBSD 7.1 amd64 I tried to rename type with variable from one type to another: I wrote: `:x/int token_type/` `:c/int_fast8_t token_type/` and so on....
Please consider this a request for discussion and information. I've been trying to find a decent syntax highlighter that I can run as a filter (or, I suppose, take a...