1
0
Fork 0
mirror of synced 2024-05-28 12:51:10 -04:00

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

View file

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