diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2022-12-04 18:23:46 -0600 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2022-12-04 18:23:46 -0600 |
| commit | 1ec73cc2c14d2f62c32046d9585c3a745531d37a (patch) | |
| tree | 8b9c6b2e5ba43ce1248c114758a55df9467cab64 /.tmux.conf | |
| parent | b257edf16c9b8b14ebb542e857a29c74fea00495 (diff) | |
Fresh start
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/.tmux.conf b/.tmux.conf deleted file mode 100644 index 8ebd2ba..0000000 --- a/.tmux.conf +++ /dev/null @@ -1,64 +0,0 @@ -set -g mouse on -set -g default-terminal "xterm" - -# Below sourced from: https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/ - -# remap prefix from 'C-b' to 'C-a' -unbind C-b -set-option -g prefix C-a -bind-key C-a send-prefix - -# switch panes using Alt-arrow without prefix -bind -n M-Left select-pane -L -bind -n M-Right select-pane -R -bind -n M-Up select-pane -U -bind -n M-Down select-pane -D - -# split panes using | and - -bind | split-window -h -bind - split-window -v -unbind '"' -unbind % - -# reload config file (change file location to your the tmux.conf you want to use) -bind r source-file ~/.tmux.conf - -###################### -### DESIGN CHANGES ### -###################### - -# loud or quiet? -set -g visual-activity off -set -g visual-bell off -set -g visual-silence off -setw -g monitor-activity off -set -g bell-action none - -# modes -setw -g clock-mode-colour colour6 -setw -g mode-style 'fg=colour1 bg=colour18 bold' - -# panes -set -g pane-border-style 'fg=colour8 bg=colour0' -set -g pane-active-border-style 'bg=colour0 fg=colour208' - -# statusbar -set -g status-position bottom -set -g status-justify left -set -g status-style 'bg=colour215 fg=colour15 dim' -set -g status-left '' -set -g status-right '#[fg=colour233,bg=colour208] %d/%m #[fg=colour15,bg=colour8] %H:%M:%S ' -set -g status-right-length 50 -set -g status-left-length 20 - -setw -g window-status-current-style 'fg=colour234 bg=colour208 bold' -setw -g window-status-current-format ' #I#[fg=colour235]:#[fg=colour232]#W#[fg=colour232]#F ' - -setw -g window-status-style 'fg=colour232 bg=colour245' -setw -g window-status-format ' #I#[fg=colour235]:#[fg=colour232]#W#[fg=colour232]#F ' - -setw -g window-status-bell-style 'fg=colour255 bg=colour1 bold' - -# messages -set -g message-style 'fg=colour232 bg=colour16 bold' - |
