Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Releases: viniarck/tmuxdir.nvim

tmuxdir.nvim 2.1

16 Apr 12:53
9cc890c
Compare
Choose a tag to compare

Release with some minor fixes for tmuxdir.nvim 2.0:

Fixes:

  • Set the initial directory correctly when creating additional tmux sessions.
  • Removed __created_time to keep the tmux_session source terminal window cleaner

:wq

tmuxdir.nvim 2.0

15 Apr 19:14
36d4d4c
Compare
Choose a tag to compare

Features:

  • Added support for Denite action_new, just so you can have additional workspaces (tmux session) mapped to the same project. For example, you could have one session just for source code editing or reading and another one just for executing process or other background shell related tasks.

  • Augmented TmuxdirAdd(directory) to statically add a directory as a project. This enables you to bookmark some directory regardless of root markers. So, it's like an intermediary helper filling the gap for directories that don't have root markers yet. This is also handy if you have a monorepo and want to treat different folders there as different projects.

Breaking changes:

  • Dropped support for vim 8+ because of the dependencies required aren't being maintained anymore and most users of this plugin use nvim. That will simplify the maintenance of this project and to keep the existing quality. So, if you want to use this plugin with vim, please use version 1.1.

Shout out to SkyWatch for allowing me to augment tmuxdir.nvim during a hackathon.

:wq