diff --git a/.tmux.conf b/.tmux.conf index 2b6fc81b..ef287b05 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -6,7 +6,7 @@ unbind C-b set -g prefix C-x bind C-x send-prefix -# Splitting the panes with + (vertical) and - (horizontal) +# Splitting the panes with = (vertical) and - (horizontal) bind = split-window -h bind - split-window -v