We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d945c3b commit 3e5babcCopy full SHA for 3e5babc
1 file changed
shared/.config/tmux/conf.d/50-apps.conf
@@ -15,6 +15,7 @@ bind-key C run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -s xsmall -t 'Mini She
15
16
bind-key E run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -w 100 -h 150 -t 'Editor' -E $EDITOR"
17
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"
19
bind-key G run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -s medium -t 'Lazygit' -E lazygit || true"
20
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]'"
21
# bind-key C run-shell "$TMUX_CONFIG_DIR/scripts/tmux-popup -s medium -t 'Scooter' -E scooter"
0 commit comments