How do you remember which mark is which?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

  • If you use Telescope.nvim (vs FZF) (nvim only plugin on r/vim, I know, sorry) you can fuzzy find jumps w/ :Telescope jumplist . You can see what all lists that can be combined w/ telescope by pressing :Telescope (note the space) or :Telescope if you have :set wildmenu (which allows you to tab/ctrl-n through the list). Also note things like :Telescope jumplist can be set to keybindings.

  • vim-signature

    Plugin to toggle, display and navigate marks

  • In addition to this, I also installed a plugin recently that shows the active marks on the line just before the line numbering. It is actually the most recent plugin I installed: https://github.com/kshenoy/vim-signature

  • 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
  • which-key.nvim

    💥 Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

  • https://github.com/folke/which-key.nvim shows marks too, there's probably a similar plugin for normal vim

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