diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 3adfe9c..5666024 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -43,9 +43,6 @@ bind -r - resize-pane -D 5 bind -r < resize-pane -L 5 bind -r > resize-pane -R 5 -# toggle back and forth between panes -bind -r . select-pane -t ! - ## basic settings set-option -g status-justify "left"