Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
feat(tmux): leader + t opens tz in a popup
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 23, 2023
1 parent 48f4189 commit 133246e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tmux/tmux.conf.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ bind -r l select-pane -R
set-option -g repeat-time 0
bind r source-file ~/.tmux.conf

bind-key -r t display-popup -w 100 -h 25 -E "tz"
bind-key -r p display-popup -E "tmux-sessionizer"
bind-key -r g run-shell "tmux neww tmux-sessionizer default"

Expand Down

0 comments on commit 133246e

Please sign in to comment.