1
0
Fork 0

tmux: revert to ctr+t

This commit is contained in:
Von Random 2023-11-09 23:39:21 +02:00
parent 70c4247add
commit d3da96ba3d

View file

@ -1,5 +1,5 @@
unbind C-b
bind C-g send-prefix
bind C-t send-prefix
bind v split-window -h
bind s split-window -v
bind h select-pane -L
@ -9,7 +9,7 @@ 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-g
set -g prefix C-t
set -g mode-keys "vi"
set -g escape-time "0"
set -g history-limit "10000"