Skip to content

ddelnano/tmux-vim-exit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tmux Exit

  • TODO: Add introduction and screenshot

Usage

Key Bindings

  • prefix + Q

    • Close and save all vim windows in each tmux session's panes and windows
  • TODO: Add information on configuring key binding

Installation

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.

Manual Install

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

About

Exit all vim windows in your tmux sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages