FEAT: Add sane keybinds for splitting window
This commit is contained in:
parent
8cd0f1a9ec
commit
b2234868cf
@ -1,3 +1,9 @@
|
|||||||
|
##########################################################
|
||||||
|
## ##
|
||||||
|
## My TMUX Config ##
|
||||||
|
## ##
|
||||||
|
##########################################################
|
||||||
|
|
||||||
# Rebind the prefix key
|
# Rebind the prefix key
|
||||||
unbind C-b
|
unbind C-b
|
||||||
set-option -g prefix C-s
|
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-j' select-pane -D
|
||||||
bind-key -n 'M-k' select-pane -U
|
bind-key -n 'M-k' select-pane -U
|
||||||
bind-key -n 'M-l' select-pane -R
|
bind-key -n 'M-l' select-pane -R
|
||||||
|
bind h split-window -h
|
||||||
|
bind v split-window -v
|
||||||
|
|
||||||
# set Status bar options
|
# set Status bar options
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user