christoomey / vim-tmux-navigator

Seamless navigation between tmux panes and vim splits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] support for :only

karshPrime opened this issue · comments

To have a keybind (or a command) to close all other panels other than the one selected irrespective of whether they're vim or tmux panels. Basically vim's :only functionality with tmux integration.

Hey @karshPrime - appreciate the thought, but I try to keep the functionality here as focused as possible so not looking to add additional commands / features.

To anyone else in the future with a similar question, I've written a basic plugin to achieve this: only-tmux.nvim.