diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-20 13:49:31 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-20 13:49:31 +0100 |
| commit | bbf1a1ddc318556ba9681530fe9a4bc049c606db (patch) | |
| tree | 1b139eb9d1227617ecf0c60c73054bb6b4fe91de /tmux.conf | |
| parent | b2aa56c7008574e20f68a35ad6ccff03bf10de6d (diff) | |
| download | dotfiles-bbf1a1ddc318556ba9681530fe9a4bc049c606db.tar.gz | |
Added tmux config
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -21,3 +21,7 @@ set -g status-fg '#ffffff' | |||
| 21 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" | 21 | set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" |
| 22 | set -g pane-active-border fg=#777777 | 22 | set -g pane-active-border fg=#777777 |
| 23 | set -g pane-border-style fg=#222222 | 23 | set -g pane-border-style fg=#222222 |
| 24 | |||
| 25 | # Other settings | ||
| 26 | set-option -sg escape-time 10 | ||
| 27 | set-option -g mouse off | ||
