- TODO: Add introduction and screenshot
-
prefix + Q
- Close and save all vim windows in each tmux session's panes and windows
-
TODO: Add information on configuring key binding
Installation with Tmux Plugin Manager (recommended)
Add plugin to the list of TPM plugins in .tmux.conf
:
set -g @plugin 'ddelnano/tmux-vim-exit'
Hit prefix + I
to fetch the plugin and source it. You should now be able to
use the plugin.
Clone the repo
git clone https://github.com/ddelnano/tmux-vim-exit ~/clone/path
Add the following line to your tmux.conf file
run-shell ~/clone/path/yank.tmux
Source your tmux config
tmux source-file path/to/.tmux.conf