Modeless Vim

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. ModelessVim

    Configuration files to turn vim into a modeless editor.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. helix

    A post-modern modal text editor.

    Seems at least extensability is on the mind of the Helix team:

    > There’s two prototypes we’re exploring that could potentially exist side by side: a typed list/ML-like implementation for scripting and a Rust based interface for things that require performance. Could potentially run both in wasm but I’m personally a bit unhappy with how big wasm implementations are, easily several orders of magnitude compared to the editor

    https://github.com/helix-editor/helix/wiki/FAQ#how-to-write-...

    So they're not avoiding making it extensible on purpose, seems they haven't found the right way to do it yet.

  4. micro-plugin-lsp

    An LSP Client implementation for the Micro Editor

    It is sad that it is a plugin instead of a core feature and a buggy one at that (https://github.com/AndCake/micro-plugin-lsp), it's the last missing piece to transform a really good choice into the de factor killer

  5. which-key.nvim

    💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.

    There is a well known plugin for neovim to do this kind of behavior. You can even create your own hotkeys into that plugin and will help you navigate and memorize different hotkeys for the editor. The plugin is called whichkey, and this is their github https://github.com/folke/which-key.nvim

  6. neovide

    No Nonsense Neovim Client in Rust

  7. buildroot

    Tesla's buildroot repository (by teslamotors)

    Tesla uses Qt and Qt WebEngine uses Chromium, meaning that there is probably in fact a V8 JavaScript engine in any given Tesla.

    https://github.com/teslamotors/buildroot/tree/buildroot-2021...

  8. novim-mode

    Plugin to make Vim behave more like a 'normal' editor

    I made a plugin to do this too! https://github.com/tombh/novim-mode

    I'd never heard of OP's, I'm sure we can work together to share ideas.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. hydra

    make Emacs bindings that stick around (by abo-abo)

    You can also use Hydra for Emacs.[1] Once I discovered how to configure Hydra, I made it a habit to make one for every new major mode I need to use.

    [1] https://github.com/abo-abo/hydra

  11. CuteVim

    Sensible defaults for Vim

    for vim aarch64 and x86-64 : https://github.com/csdvrx/CuteVim

    just embed your own vimrc with zip following the instructions

    for others, see https://cosmo.zip/pub/cosmos/bin/

  12. ergoemacs-mode

    ergoemacs-mode

    It's a tiny tweak that gives something like 1% of the functionality.

    The real, useful, working CUA mode for Emacs is here:

    https://ergoemacs.github.io/

  13. micro-editor

    A modern and intuitive terminal-based text editor

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts