What's your workflow in Vim like with multiple files in a project?

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

    Forget Vim tabs – now you can have buffer tabs

  • this and ctrl+p with https://github.com/ap/vim-buftabline

  • vim-vinegar

    vinegar.vim: Combine with netrw to create a delicious salad dressing

  • I use vinegar to enhance netrw, and hit - to jump to the parent directory of the current file.

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

    obsession.vim: continuously updated session files

  • I have a hotkey to open a list of remembered buffers, and I navigate and hit enter to open that file. If can use obsession to always save the session, so the list of buffers is remembered between sessions.

  • vim-startify

    :link: The fancy start screen for Vim.

  • Then another plugin I like is https://github.com/mhinz/vim-startify when opening vim/nvim/gvim (depending on the platform I use different versions of vim), it shows a list of the recently opened files and it has some extra commands to easily work with vim sessions ( :h session ). And I added an autocommand to automatically save my session when exiting vim, which will show up in startify's list when opening a new instance of vim: ``` " reset augroup vimrc, needed when re-sourcing vimrc augroup vimrc | autocmd! | augroup end

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

  • Is it worthwhile to learn to use vi?

    1 project | /r/sysadmin | 8 Apr 2023
  • How to go to previous buffer (alternate-file) after Startify?

    1 project | /r/vim | 28 Apr 2022
  • i have no idea why i do this

    1 project | /r/linuxmemes | 17 Apr 2022
  • File manager Plugin that lists favorites kind of like Notepad++ ?

    1 project | /r/vim | 18 Feb 2022
  • Saving variables in session

    1 project | /r/neovim | 2 Jan 2022