remapped split pane keys in tmux.conf

This commit is contained in:
tomit4 2021-11-25 11:03:55 -08:00
parent 7c9dd8f1d5
commit f9c4917298

View file

@ -1,3 +1,8 @@
# Unbinding the prefix from Ctrl-b to Ctrl-x
unbind C-b
set -g prefix C-x
bind C-x send-prefix
# Splitting the panes with | (vertical) and - (horizontal)
bind + split-window -h
bind - split-window -v