Vim: ZZ and zz: Do you know the difference?

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. how-to-exit-vim

    Below are some simple methods for exiting vim.

    I think you'd enjoy this then: https://github.com/hakluke/how-to-exit-vim.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. toggleterm.nvim

    A neovim lua plugin to help easily manage multiple terminal windows

    https://github.com/akinsho/toggleterm.nvim

    Nvim also has a new --listen flag (if you ever tried nvr this is now built in). So no matter where you are the file will open in your main nvim instance.

    No need to exit.

  4. vim-rsi

    rsi.vim: Readline style insertion

    You can you this plugin to get the same mappings in insert mode for Vim:

    https://github.com/tpope/vim-rsi

  5. ack3

    ack is a grep-like search tool optimized for source code.

    If you just need a single shell command you can do :!. Example:

    :!ack "stupid_structure->who_wrote_this_crap.oooohhhhh\s+="

    (and if you wonder what "ack" means: https://beyondgrep.com/)

  6. fish-shell

    The user-friendly command line shell.

    from: https://github.com/fish-shell/fish-shell/issues/7152#issueco...

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • So... I created yet another Neovim plugin

    5 projects | dev.to | 14 Sep 2024
  • Practical Vim Command Workflow

    5 projects | news.ycombinator.com | 28 Apr 2024
  • Neo-Tree.nvim

    1 project | news.ycombinator.com | 17 Feb 2024
  • Alternative to vim-textmanip plugin? (move selected blocks of text)

    5 projects | /r/neovim | 8 Dec 2023
  • NeoVim Capability Functions

    4 projects | /r/neovim | 3 Nov 2023

Did you know that C++ is
the 7th most popular programming language
based on number of references?