tmux:hotkeys
This commit is contained in:
parent
bd7bf5ed0a
commit
70c4247add
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
unbind C-b
|
unbind C-b
|
||||||
bind C-t send-prefix
|
bind C-g send-prefix
|
||||||
bind v split-window -h
|
bind v split-window -h
|
||||||
bind s split-window -v
|
bind s split-window -v
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
|
@ -9,11 +9,12 @@ bind l select-pane -R
|
||||||
bind t command-prompt -p "attach pane to:" "join-pane -t '%%'"
|
bind t command-prompt -p "attach pane to:" "join-pane -t '%%'"
|
||||||
bind y command-prompt break-pane
|
bind y command-prompt break-pane
|
||||||
bind N new-session
|
bind N new-session
|
||||||
set -g prefix C-t
|
set -g prefix C-g
|
||||||
set -g mode-keys "vi"
|
set -g mode-keys "vi"
|
||||||
set -g escape-time "0"
|
set -g escape-time "0"
|
||||||
set -g history-limit "10000"
|
set -g history-limit "10000"
|
||||||
set -g mouse on
|
set -g base-index "1"
|
||||||
|
setw -g pane-base-index "1"
|
||||||
|
|
||||||
# newer options, not universally compatible
|
# newer options, not universally compatible
|
||||||
set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
|
set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||||
|
|
Loading…
Reference in a new issue