config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit d8dc1afc9701d003cdbdbef6c7b4e3da9031be0f
parent e265e2f5e7b9b96ca9b75fb34a379d9aa31fbcd1
Author: jacob@thinkpad <jacobouno@protonmail.com>
Date:   Fri,  8 May 2020 15:03:13 -0700

replace everything with 3 simple options

Diffstat:
Mtmux/.tmux.conf | 25+++++--------------------
1 file changed, 5 insertions(+), 20 deletions(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -1,20 +1,5 @@ -set-window-option -g automatic-rename -setw -g monitor-activity on -set -g visual-activity on - - -set-option -g status-style bg=white,fg=black,bold -#set-option -g status off - -bind-key t split-window -bind-key v split-window vi -bind-key q kill-pane - -bind-key o rotate-window -bind-key p rotatew - - -bind-key h select-pane -L -bind-key j select-pane -U -bind-key k select-pane -D -bind-key l select-pane -R +# jacob edwards <jacobouno@protonmail.com> +# tmux configuration +set -g status-style bg=red,fg=black +set-window-option -g mode-keys vi +bind-key b { set-option status }