This commit is contained in:
thek4n 2024-01-08 01:41:38 +03:00
parent f6b4c7e0ce
commit c24ed52238

View File

@ -1,5 +1,8 @@
set -g prefix C-b
set -s exit-empty off
set -s exit-unattached off
# pane navigation
bind | split-window -h -c "#{pane_current_path}"
bind \\ split-window -v -c "#{pane_current_path}"