From e4640e28c8449eea66392052bfab57ce0cdd27f9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 6 Sep 2020 16:48:05 +0100 Subject: first commit --- tmux.conf-alt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tmux.conf-alt (limited to 'tmux.conf-alt') diff --git a/tmux.conf-alt b/tmux.conf-alt new file mode 100644 index 0000000..e9faf85 --- /dev/null +++ b/tmux.conf-alt @@ -0,0 +1,29 @@ +set -g default-terminal "screen-256color" + +# vi-like keybindings +setw -g mode-keys vi +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R +bind-key -T copy-mode-vi 'v' send -X begin-selection +bind-key -T copy-mode-vi 'y' send -X copy-selection + +# zenburn theme +setw -g clock-mode-colour colour117 +setw -g mode-attr bold +setw -g mode-fg colour117 +setw -g mode-bg colour238 +set -g status-bg colour235 +set -g status-fg colour248 +setw -g window-status-current-fg colour223 +setw -g window-status-current-bg colour237 +setw -g window-status-current-attr bold +set -g message-attr bold +set -g message-fg colour117 +set -g message-bg colour235 + +# fancy status line: user@host, date, time +set-option -g status-right "#(whoami)@#(hostname -s) #[fg=colour187,bold]%a %Y-%m-%d %H:%M" +set -g status-right-length 50 +set -g status-left-length 20 -- cgit v1.2.3