Can someone explain navigation in Vim to me?

This page summarizes the projects mentioned and recommended in the original post on /r/vim

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-fluffy

    The most basic fuzzy search in Vim

  • Off-screen: unknown buffer: explore: fuzzy file search, file manager with tree view by term: tags (`:tj`, `g`), `:grep` + `:cnext` current buffer: by term: `/`, `?` explore: ``, ``, `}`, `{`, mouse scroll On-screen: explore: eyes, `:set cursorline` (`yoc` in vim-unimpaired), "fuzzy" search with `:set hlsearch incsearch` (https://github.com/EgZvor/vim-fluffy) by-term: `/`, `?` by-location: same line: `?`, `/`, `f`, `F`, `t`, `T` (interesting plugin, but I don't use it https://github.com/unblevable/quick-scope). `w`/`W`/`b`/`B`/`e`/`E`/`ge`/`gE`, `0`, `$`. Text objects: `i"`, `i)`, etc. jump to first quotes/parens. other lines (This feels non-optimal): `{`, `}`, `/`, `?`, `[count]j`, `[count]k`, mouse click

  • quick-scope

    Lightning fast left-right movement in Vim

  • Off-screen: unknown buffer: explore: fuzzy file search, file manager with tree view by term: tags (`:tj`, `g`), `:grep` + `:cnext` current buffer: by term: `/`, `?` explore: ``, ``, `}`, `{`, mouse scroll On-screen: explore: eyes, `:set cursorline` (`yoc` in vim-unimpaired), "fuzzy" search with `:set hlsearch incsearch` (https://github.com/EgZvor/vim-fluffy) by-term: `/`, `?` by-location: same line: `?`, `/`, `f`, `F`, `t`, `T` (interesting plugin, but I don't use it https://github.com/unblevable/quick-scope). `w`/`W`/`b`/`B`/`e`/`E`/`ge`/`gE`, `0`, `$`. Text objects: `i"`, `i)`, etc. jump to first quotes/parens. other lines (This feels non-optimal): `{`, `}`, `/`, `?`, `[count]j`, `[count]k`, mouse click

  • 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
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

  • Setting Up Razor Support in Neovim for Enhanced C# Development

    2 projects | dev.to | 26 Jan 2024
  • Embracing Common Lisp in the Modern World

    6 projects | news.ycombinator.com | 24 Jan 2024
  • Vimwiki – A Personal Wiki for Vim

    1 project | news.ycombinator.com | 3 Jan 2024
  • Git Single letter substitutions

    1 project | /r/git | 9 Dec 2023
  • Wrap long lines in markdown tables

    3 projects | /r/vim | 8 Dec 2023