Updated config

This commit is contained in:
Eduard Urbach 2024-02-01 23:59:16 +01:00
parent 973894cfab
commit 7face48c6f
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
8 changed files with 42 additions and 12 deletions

View file

@ -18,6 +18,9 @@ bind d detach
# kill pane using q
bind q kill-pane
# restart pane using r
bind r respawn-pane -k
# split panes using arrow keys
bind Right split-window -h
bind Down split-window -v