binocular VS vim-session

Compare binocular vs vim-session and see what are their differences.

binocular

Not exactly a telescope, but it's useful sometimes. Extension to search/navigate through files and workspaces. (by jpcrs)

vim-session

Extended session management for Vim (:mksession on steroids) (by xolox)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
binocular vim-session
2 5
19 964
- -
3.3 0.0
11 months ago almost 2 years ago
TypeScript VimL
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

binocular

Posts with mentions or reviews of binocular. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-26.
  • Vim After 15 Years
    6 projects | news.ycombinator.com | 26 Oct 2022
    I also recently migrated from nvim to VSCode (First with vim plugin, now with vscode-neovim plugin).

    Maybe I'm in the wrong side, but I always tried to replicate the IDE experience on nvim, and it was a frustrating experience because there was also something else missing, at the end I had to manage 30+ Plugins that could break at any time.

    Even though the vim experience inside VSCode is far from perfect (really lacking when we compare with IdeaVim for example), it's a breath of fresh air being able to manage my plugins/lsp/etc with a single click.

    The only thing that I miss daily is something like Telescope/fzf. VSCode fuzzy search works fine for file names inside the open project, but searching for file content/other projects/previous open files is really bad.

    Recently tried to develop something similar on vscode just for fun (Even I don't use it tho, just accepted the limitation): https://github.com/jpcrs/Binocular

  • [Extension] Binocular - A fuzzy finder to manage workspaces/find files
    1 project | /r/vscode | 11 Jul 2022

vim-session

Posts with mentions or reviews of vim-session. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-26.
  • Vim After 15 Years
    6 projects | news.ycombinator.com | 26 Oct 2022
    https://github.com/xolox/vim-session

    I actually have in normal mode ,ss for save session and ,so for opening them. Central location of session dirs and that's it. Save session saves everything from files open, positions, tabs, you name it.

  • Which, in your opinion, is the best session management plugin?
    11 projects | /r/neovim | 9 Jul 2022
    I'm looking to switch from vim-session to a Lua based session management plugin (i.e. :mksession wrapper). In awesome-neovim it looks like there are a couple of alternatives. I have relatively simple needs: I want a command for manually creating a new session, and automatic saving of an opened sesion when I quit Neovim. Bonus points for a built-in Telescope session picker, but I can always use (telescope_sessions_picker.nvim) otherwise. Do you guys have any advice?
  • Can you isolate buffers to a specific tab?
    2 projects | /r/vim | 23 Oct 2021
    You can use sessions to switch between different projects. They store your tabs, buffers, etc. Check out :help mksession. I personally use vim-session which is a wrapper around mksession which allows you to use it more lazily.
  • How to handle working with multiple directories?
    3 projects | /r/neovim | 8 Aug 2021
    Check out :help :mksession. There's also a great plugin called vim-session that is a wrapper around :mksession making it easier to use, that adds commands like :SaveSession and :OpenSession that you can tab-complete to choose between all your saved sessions.
  • TIL - what is your most recent vim discovery?
    2 projects | /r/vim | 27 Jan 2021
    I started seriously using sessions a couple of months ago and it's awesome. Although the built in :mksession works I like to use vim-session which is a wrapper for :mksession that adds stuff like auto saving sessions on exit etc which I love.

What are some alternatives?

When comparing binocular and vim-session you can also consider the following projects:

vim-startify - :link: The fancy start screen for Vim.

telescope-project.nvim

telescope_sessions_picker.nvim

possession.nvim - Flexible session management for Neovim.

vim-tabs - Vim plugin which helps you to use tabs correctly and productively

sessions.nvim - a simple session manager plugin

auto-session - A small automated session manager for Neovim