Efficiency
Vis is designed to be a highly efficient, text-based editor that operates with low resource consumption, making it suitable for use on systems with limited hardware resources.
Modal Editing
Inspired by Vim, Vis offers modal editing, which allows users to switch between different modes for inserting text and manipulating files, providing a powerful and efficient workflow.
Keyboard-centric Interface
Vis, like Vim, emphasizes the use of keyboard shortcuts to navigate and edit text, which can lead to faster and more efficient text editing once mastered.
Configurable
Vis is highly configurable, allowing users to customize and extend its functionalities to suit their specific needs and preferences.
Scripting Support
Vis supports Lua scripting, which enables users to automate tasks and extend the editor's functionality with custom scripts.
Open Source
As an open-source project hosted on GitHub, Vis allows users to contribute to its development and customize the code to fit their needs.
Promote Vis. You can add any of these badges on your website.
People should be aware of two related editors: https://anvil-editor.net/ is an editor more directly inspired by and similar to Acme (but makes no attempt to borrow from Vim). https://github.com/martanne/vis is a minimalist editor that stays close to Vim but adds Sam-style regular extensions and multi-cursor editing. - Source: Hacker News / 5 months ago
There's also vis[0] It is an editor that combines best parts from vim and plan9 sam[0] (multiple cursors, structural regular expressions). 0 - https://github.com/martanne/vis. - Source: Hacker News / 7 months ago
Another editor that people might be interested in (and I think more people should know about) is https://github.com/martanne/vis. It is, in some ways, the opposite of Ki; instead of straying further from vim, Vis is just Vim + good multiple cursor support + sam-styled structural regexes (I didn't know what those are before using Vis, I consider it a detail of how the... - Source: Hacker News / 8 months ago
If you'd like to try out the sam command language yourself, there's an X11 port that works quite nicely on modern POSIX systems: https://github.com/deadpixi/sam. - Source: Hacker News / over 1 year ago
> Kakoune gives you: > Small and understandable core. > Proficiency with POSIX tools, and maybe even some programming languages other than sh. > Structural regular expressions as a central way of text manipulation. > With multiple selections created via regular expressions, acting upon regular expressions. > Fresh take on the modal editing paradigm. I wonder if the author has ever heard of vis[0] which imho... - Source: Hacker News / over 1 year ago
If you want an editor that uses Sam's structural regexes with keyboard-focussed vi-style interaction, you might be interested in https://github.com/martanne/vis. - Source: Hacker News / almost 2 years ago
Not Rust, but there's vis which aims to be a Vi(m) inspired editor with Sam's structural regular expressions. Source: almost 2 years ago
I do not use vim nor a WM nor a Thinkpad, but I do use vis. It's great. Source: about 2 years ago
> They either break from Vim's model (kakoune, helix) or follow Vim along with all it's flaws (Neovim, Vis). I am sincerely curious of what flaws from Vim has Vis inherited, in your opinion. I have the impression that the design idea of Vis is taking only the modal design of Vi (not Vim), plus the structural regular expressions of Sam, then make it as clean as possible with programmability via Lua plugins. In... - Source: Hacker News / about 2 years ago
Made me doubt about my fidelity towards vis[0] but then realized mle does not have vi-like modal editing. [0] https://github.com/martanne/vis. - Source: Hacker News / over 2 years ago
Friendship with Vim ended, now Vis is my best friend. Source: over 2 years ago
You should also try vis, it has multi cursor support as well as structural regexps from sam features. The migration should be fairly easy because vis is also configured in lua, although I still haven't given it a proper try because I've been writing most of my code on my phone lately and vis doesn't have mouse support, so it'd be even more of a pain to use. Source: over 2 years ago
FWIW, true multiple cursors (and other stuff) I actually use mostly https://github.com/martanne/vis (more than actual neovim), but it is for truly hardened among us, not if you just dream about your replacement of VS Studio. Source: almost 3 years ago
I basically just stripped out chunks of the Vis editor. Source: almost 3 years ago
Then saw other people recommending vim and how it improved your workflow despite its learning curve. And I was like "if I have to learn something new, at least that it's worth it". So ended getting used to vim (and with the years ended using neovim, and now vis). Source: about 3 years ago
Vis looks like a very minimal but thoroughly modern alternative. https://github.com/martanne/vis. - Source: Hacker News / about 3 years ago
My text editor is vis. It "aims to be a modern, legacy-free, simple yet efficient editor, combining the strengths of both vi(m) and sam). It extends vi's modal editing with built-in support for multiple cursors/selections and combines it with sam's structural regular expression based command language.". Source: over 3 years ago
Also, I already use vis so I guess I'll be playing a bit with SE within my editor from now on. But I think making some awk scripts using SE could be great. Source: over 3 years ago
Recommend vis[1]. Also, take a look at https://texteditors.org/ to discover new editors and resources on design and implementation [1]https://github.com/martanne/vis. - Source: Hacker News / over 3 years ago
I learned about sam's structural regular expressions after learning about vis[1] on a post in this website. It aims to combine the modal text editing from vi(m) and sam's structural regular expressions, plus some cool stuff like multiple cursors or a Lua API. I feel more comfortable with it than sam's given than I'm not as much as a mouse person but a keyboard person (even though being a graphic designer). It's... - Source: Hacker News / over 3 years ago
BTW, if you like super simple vi-like editors, I would suggest vis to your consideration. Source: over 3 years ago
Do you know an article comparing Vis to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Vis. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.