Releases: viniarck/tmuxdir.nvim
tmuxdir.nvim 2.1
tmuxdir.nvim 2.0
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