stuff
This commit is contained in:
@@ -14,13 +14,13 @@ bind-key -n M-S-Right swap-window -t +1 -d
|
||||
#bind-key -n M-S-Right move-window -a -s +0 -t +1
|
||||
|
||||
# pane navigation
|
||||
bind -n C-h select-pane -L
|
||||
bind -n C-j select-pane -D
|
||||
bind -n C-k select-pane -U
|
||||
bind -n C-l select-pane -R
|
||||
bind -n M-h select-pane -L
|
||||
bind -n M-j select-pane -D
|
||||
bind -n M-k select-pane -U
|
||||
bind -n M-l select-pane -R
|
||||
|
||||
bind -n M-j swap-pane -D
|
||||
bind -n M-k swap-pane -U
|
||||
bind -n M-n swap-pane -D
|
||||
bind -n M-p swap-pane -U
|
||||
|
||||
unbind x
|
||||
bind x kill-pane -t +0
|
||||
@@ -32,6 +32,10 @@ bind b break-pane
|
||||
unbind t
|
||||
bind t command-prompt -p "move pane to window:" "join-pane -t '%%'"
|
||||
|
||||
bind -n M-F1 select-layout even-horizontal
|
||||
bind -n M-F2 select-layout main-vertical
|
||||
bind -n M-F3 select-layout tiled
|
||||
|
||||
# detach current session and close terminal
|
||||
bind k run "tmux detach -P"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user