1
0
Fork 0

tmux:hotkeys

This commit is contained in:
Von Random 2023-11-05 17:19:30 +02:00
parent bd7bf5ed0a
commit 70c4247add

View file

@ -1,5 +1,5 @@
unbind C-b
bind C-t send-prefix
bind C-g send-prefix
bind v split-window -h
bind s split-window -v
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 y command-prompt break-pane
bind N new-session
set -g prefix C-t
set -g prefix C-g
set -g mode-keys "vi"
set -g escape-time "0"
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
set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"