diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-04-25 10:51:22 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-25 10:51:22 -0400 |
| commit | 3ab6b9283a05945ca960f39fd729453d72987ac7 (patch) | |
| tree | e8ceea007dc1ee1ece1bfa6208dccea6bca8ed6e /.tmux.conf | |
| parent | 5455b2d80c8b79be4fa711520d35735cd343f924 (diff) | |
| download | eibhear-3ab6b9283a05945ca960f39fd729453d72987ac7.tar.gz eibhear-3ab6b9283a05945ca960f39fd729453d72987ac7.tar.zst eibhear-3ab6b9283a05945ca960f39fd729453d72987ac7.zip | |
temp fix for tmux 2.9
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ set -g prefix C-a setw -g mode-keys vi -setw -g mode-bg black +#setw -g mode-bg black set-option -g default-terminal "xterm-256color" -set-option -g pane-active-border-fg green +#set-option -g pane-active-border-fg green set-window-option -g xterm-keys on # for vim set-window-option -g mode-keys vi # vi key set-window-option -g monitor-activity on -set-window-option -g window-status-current-fg white -setw -g window-status-current-attr reverse +#set-window-option -g window-status-current-fg white +#setw -g window-status-current-attr reverse setw -g automatic-rename set -g mouse on set -g history-limit 30000 @@ -36,10 +36,10 @@ bind-key -n C-up prev bind-key -n C-left prev bind-key -n C-right next bind-key -n C-down next -set-window-option -g window-status-current-bg red +#set-window-option -g window-status-current-bg red bind C-j previous-window bind C-k next-window -bind-key C-a last-window # C-a C-a for last active window +#bind-key C-a last-window # C-a C-a for last active window bind A command-prompt "rename-window %%" setw -g aggressive-resize on bind-key h select-pane -L |
