Skip to content

Access LazyTest from anywhere in tmux, without creating a session/window/pane 💬

License

Notifications You must be signed in to change notification settings

kampanosg/tmux-lazygit-popup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-lazygit-popup
Access LazyTest from anywhere in tmux, without a session/window/pane 💬

Screen.Recording.2024-07-03.at.19.29.06.mov

Installation

Install the plugin via the TPM plugin manager. Add the following line to the .tmux.conf and install with `I

set -g @plugin 'kampanosg/tmux-lazygit-popup'

Prerequisites

Customisation

Add the following vars to the .tmux.conf to change the key, width, height and border of the popup

TMUX_LAZYGIT_POPUP_KEY='C-g'
TMUX_LAZYGIT_POPUP_WIDTH='70%'
TMUX_LAZYGIT_POPUP_HEIGHT='70%'
TMUX_LAZYGIT_POPUP_BORDER='double'

The available TMUX_LAZYGIT_POPUP_BORDER values are single, rounded, double, heavy, simple and none. The default value is rounded.

Usage

To launch tmux-lazygit-plugin, press <prefix>G (Shift + g). The plugin will use the active pane's current working directory to launch LazyGit from. You can close the popup by stopping LazyGit (e.g. by pressing q)

About

Access LazyTest from anywhere in tmux, without creating a session/window/pane 💬

Topics

Resources

License

Stars

Watchers

Forks