mirror of
1
0
Fork 0

fix wrong comment

opposite comment: vertically and horizontally
This commit is contained in:
Lantis Iranyusling 2023-02-01 22:06:36 +08:00 committed by GitHub
parent 12f96dac7c
commit 68002ff5c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -65,9 +65,9 @@ bind C-f command-prompt -p find-session 'switch-client -t %%'
# session navigation
bind BTab switch-client -l # move to last session
# split current window horizontally
bind - split-window -v
# split current window vertically
bind - split-window -v
# split current window horizontally
bind _ split-window -h
# pane navigation