├── .gitignore ├── README.md ├── pane-menu.tmux ├── screenshots └── pane-menu.png └── source ├── layout-submenu.sh ├── menu.sh └── send-to-window-submenu.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datamadsen/tmux-pane-menu/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datamadsen/tmux-pane-menu/HEAD/README.md -------------------------------------------------------------------------------- /pane-menu.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datamadsen/tmux-pane-menu/HEAD/pane-menu.tmux -------------------------------------------------------------------------------- /screenshots/pane-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datamadsen/tmux-pane-menu/HEAD/screenshots/pane-menu.png -------------------------------------------------------------------------------- /source/layout-submenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datamadsen/tmux-pane-menu/HEAD/source/layout-submenu.sh -------------------------------------------------------------------------------- /source/menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datamadsen/tmux-pane-menu/HEAD/source/menu.sh -------------------------------------------------------------------------------- /source/send-to-window-submenu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datamadsen/tmux-pane-menu/HEAD/source/send-to-window-submenu.sh --------------------------------------------------------------------------------