updated notation in .tmux.conf

This commit is contained in:
tomit4 2021-12-23 14:33:17 -08:00
parent 63b5bc4196
commit 0283403d31

View file

@ -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