Skip to content

Commit

Permalink
Update dot_tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Aug 8, 2024
1 parent 4999c89 commit 9b2a9ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chezmoi/dot_tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ set -s escape-time 50
bind-key M set mouse on \; display-message 'Mouse: ON'
unbind m
bind-key m set mouse off \; display-message 'Mouse: OFF'

bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
Expand Down

0 comments on commit 9b2a9ba

Please sign in to comment.