1
0
Fork 0

FEAT: Add sane keybinds for splitting window

main
Nigel Barink 2024-04-02 19:21:33 +00:00
parent 8cd0f1a9ec
commit b2234868cf
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
##########################################################
## ##
## My TMUX Config ##
## ##
##########################################################
# Rebind the prefix key
unbind C-b
set-option -g prefix C-s
@ -7,6 +13,8 @@ bind-key -n 'M-h' select-pane -L
bind-key -n 'M-j' select-pane -D
bind-key -n 'M-k' select-pane -U
bind-key -n 'M-l' select-pane -R
bind h split-window -h
bind v split-window -v
# set Status bar options
set-option -g status-position top