Updated config

This commit is contained in:
2024-02-01 23:59:16 +01:00
parent 973894cfab
commit 7face48c6f
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