Adding better tmux pane movements
This commit is contained in:
parent
525e1678c5
commit
6cd624b12c
1 changed files with 6 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ bind C-p previous-window
|
|||
bind C-c new-window
|
||||
bind C-d detach
|
||||
|
||||
# Rebinding switching panes
|
||||
bind-key Up select-pane -U
|
||||
bind-key Down select-pane -D
|
||||
bind-key Left select-pane -L
|
||||
bind-key Right select-pane -R
|
||||
|
||||
bind C-a last-window
|
||||
|
||||
# basic settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue