change nested key for tmux to s

master
Arne Schauf 10 years ago
parent ccf1674a2b
commit e0ed427a4f
  1. 6
      tmux.server.conf

@ -5,9 +5,9 @@ setw -g aggressive-resize on
# command prefix # command prefix
unbind C-b unbind C-b
set -g prefix C-w set -g prefix C-s
bind w send-prefix bind s send-prefix
bind-key C-w last-window bind-key C-s last-window
# basic settings # basic settings
set -g history-limit 30000 set -g history-limit 30000

Loading…
Cancel
Save