Software Alternatives, Accelerators & Startups
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Vis

A vi-like editor based on Plan 9's structural regular expressions.

Vis Reviews and details

Screenshots and images

  • Vis Landing page
    Landing page //
    2023-07-26

Features & Specs

  1. 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.

  2. 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.

  3. 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.

  4. Configurable

    Vis is highly configurable, allowing users to customize and extend its functionalities to suit their specific needs and preferences.

  5. Scripting Support

    Vis supports Lua scripting, which enables users to automate tasks and extend the editor's functionality with custom scripts.

  6. 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.

Badges

Promote Vis. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Vis 35 Radom Review & Range Test

Ending Explained! Locked Up (Vis A Vis: El Oasis) | Review | Netflix

Polish Vis 35 - the best pistol of WWII?

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Vis and what they use it for.
  • Ad: An Adaptable Text Editor
    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
  • The Anvil Text Editor
    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
  • Show HN: Ki Editor
    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
  • A tutorial for the Sam command language (1986) [pdf]
    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
  • Why Kakoune
    > 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
  • The Text Editor Sam by Rob Pike
    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
  • Can we write a Neo-vim Successor using rust?
    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
  • Met that guy one the train yesterday
    I do not use vim nor a WM nor a Thinkpad, but I do use vis. It's great. Source: about 2 years ago
  • Helix: Release 23.03 Highlights
    > 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
  • Mle is a small, flexible, terminal-based text editor written in C
    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
  • I use Vim but don't use any of its extra functionality
    Friendship with Vim ended, now Vis is my best friend. Source: over 2 years ago
  • How to do this in Neovim?
    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
  • Multiple cursors feature is equivalent of macros with live feedback
    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
  • Seeking feedback on command line syntax highlighter
    I basically just stripped out chunks of the Vis editor. Source: almost 3 years ago
  • Elitists
    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
  • OpenVi: Portable OpenBSD vi for Unix systems
    Vis looks like a very minimal but thoroughly modern alternative. https://github.com/martanne/vis. - Source: Hacker News / about 3 years ago
  • Tell ONE terminal app you use everyday but no one seems know about the app
    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
  • Structural regular expressions are awesome. Where to get some?
    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
  • Ask HN: How to learn about text editor architectures and implementations?
    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
  • Introduction to the Sam Text Editor
    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
  • The helix-editor has amazing IDE like features, why don't we?
    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.

Suggest an article

Vis discussion

Log in or Post with

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.