Ask HN: Is Vim still worth learning?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • vim-surround

    surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

  • Surround is a plugin which adds more text objects: https://github.com/tpope/vim-surround

    cs"': change surrounding quotes, e.g. "foo" -> 'foo'

    cs([: change surrounding brackets, e.g. (foo) -> [ foo ]

    ( cs]) would omit the spaces)

    ci": change in quotes, e.g. "foo" -> "" (in insert mode between the quotes)

    ca": change around quotes, e.g. x"foo"y -> xy (in insert mode between x and y

    viWS: add tag around current word using visual mode, e.g. foo -> foo

    dst: delete surrounding tag, e.g. foo -> foo

    It's really good. I'm not familiar with argument.

  • awesome-structure-editors

    A list of projectional and structural editors

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • argtextobj.vim

    Text-object like motion for arguments

  • vim-indent-object

    Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc.

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

  • Structure Editors: A list of projectional code editor projects

    1 project | news.ycombinator.com | 13 Aug 2023
  • Ask HN: Any IDEs or text editor plugins with AST-driven navigation?

    1 project | news.ycombinator.com | 19 May 2023
  • Structure Editors

    1 project | news.ycombinator.com | 10 Oct 2022
  • Is Haskell gaining or losing popularity?

    2 projects | /r/haskell | 19 May 2023
  • A Block-Based Functional Programming Language

    2 projects | /r/haskell | 28 Apr 2023