New User

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

    A tree explorer plugin for vim.

    My basic vim workflow is that I open vim, which opens NerdTree for me by default. I can find the file I want in NerdTree, or I can hit Ctrl+p to open a file with fuzzy searching.

  • ctrlp.vim

    Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder. (by ctrlpvim)

    My basic vim workflow is that I open vim, which opens NerdTree for me by default. I can find the file I want in NerdTree, or I can hit Ctrl+p to open a file with fuzzy searching.

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

  • tmux

    tmux source code

    Another reason the above setup is helpful is that I use terminal vim in conjunction with Tmux. I always configure my IDE where vim is about 75% of my terminal window, on the left. The other 25% is a command line. In tmux, you can "zoom in" to a tmux pane by using Leader+z (for default tmux, this is "Ctrl+b z"). This effectively allows me to focus on vim but pop out a command line when I need it. Having the three tab approach above gives me more flexibility for how I'm viewing my code depending on whether that command line pane is open or closed.

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