diff options
| author | tslil clingman <> | 2021-01-26 22:00:05 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2021-01-26 22:00:05 -0500 |
| commit | 89cf3c72a6c9715414d8a5872b3287f1340fa409 (patch) | |
| tree | 2d88cc8f471bd2a4c1879dd736dd88783b2dc54e /.tmux.conf | |
| parent | 23b2eaf348089cb949f16b91fea5adcda20e5fc0 (diff) | |
Need to actually be able to send prefix for tio
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -12,15 +12,14 @@ setw -g window-status-format "#[fg=black]#[bg=#DAEFEF] #I #W " setw -g window-status-current-format "#[fg=black]#[bg=#8888CC] * #[bg=#EAEA9E] #W " set -g status-left "" -set -g status-right "#[fg=black][ %y.%m.%d %Hh%M #(battery) ]" +set -g status-right "#[fg=black][ %y.%m.%d %Hh%M ]" +unbind C-t unbind C-b -set -g prefix ^T +set -g prefix C-t +bind C-t send-prefix -unbind ^T -bind ^T last-window - -unbind C-a +bind t last-window unbind x bind x lock-server |
