Skip to content

Commit 3e5babc

Browse files
josephschmittclaude
andcommitted
Add Alt+g binding for lazygit tab
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d945c3b commit 3e5babc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shared/.config/tmux/conf.d/50-apps.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ bind-key C run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -s xsmall -t 'Mini She
1515

1616
bind-key E run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -w 100 -h 150 -t 'Editor' -E $EDITOR"
1717
bind-key g run-shell "$TMUX_CONFIG_DIR/scripts/lazygit-tab.sh"
18+
bind-key -n M-g run-shell "$TMUX_CONFIG_DIR/scripts/lazygit-tab.sh"
1819
bind-key G run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -s medium -t 'Lazygit' -E lazygit || true"
1920
bind-key M run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -s medium -w 120 -t 'Scratch' -E nvim -c 'enew | setlocal buftype=nofile bufhidden=wipe noswapfile | file [Scratch]'"
2021
# bind-key C run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -s medium -t 'Scooter' -E scooter"

0 commit comments

Comments
 (0)