tmux from 1
This commit is contained in:
parent
992577be97
commit
f784422c1b
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
|||
set -g prefix C-a
|
||||
unbind C-b
|
||||
|
||||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
|
||||
bind-key C-o last-window
|
||||
bind-key C-a select-pane -t :.+
|
||||
bind-key a send-prefix
|
||||
|
|
@ -39,3 +43,4 @@ set -g visual-activity on
|
|||
|
||||
# Highlighting the active window in status bar
|
||||
setw -g window-status-current-bg red
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue