mirror of
1
0
Fork 0

Update .tmux.conf

bind / split-window -h
This commit is contained in:
askDing 2020-11-25 16:29:12 +08:00 committed by GitHub
parent e3960e5347
commit f5fa0379fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ bind C-f command-prompt -p find-session 'switch-client -t %%'
# split current window horizontally
bind - split-window -v
# split current window vertically
bind _ split-window -h
bind / split-window -h
# pane navigation
bind -r h select-pane -L # move left