Skip to content

Exit all vim windows in your tmux sessions

Notifications You must be signed in to change notification settings

run27017/tmux-vim-exit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tmux Exit

Add a shortcut key to close all saved vim editors in tmux.

Usage

Key Bindings

  • prefix + Q

    • Close and save all vim windows in current tmux session 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

  • Shell 100.0%