Skip to content

Commit

Permalink
fix(tmux): disable c-b c-z in tmux
Browse files Browse the repository at this point in the history
I never use it because I want to, always accidentally
  • Loading branch information
caarlos0 committed Oct 21, 2023
1 parent eb299f6 commit 62e17fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ bind j select-pane -D
bind h select-pane -L
bind l select-pane -R
bind r source-file ~/.tmux.conf
unbind C-z

bind-key c display-popup
bind-key t display-popup -w 100 -h 25 -E "tz"
Expand Down

0 comments on commit 62e17fc

Please sign in to comment.