From 156ff21163354e83babcbb8ff2d228d8ab344fa0 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 4 May 2022 12:19:18 -0600 Subject: add tmux conf --- tmux/.tmux.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tmux/.tmux.conf diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..f930ac5 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,13 @@ +set -g prefix C-a +set -g visual-activity on +set -g status-style fg=white,bg=black +set-window-option -g mode-keys vi +set -g status-right "#[fg=green,bg=default]#{pane_current_path}" +set -ag status-right " #[fg=yellow,bg=default]%I:%M%p " +set -g mouse on +set -g default-terminal "screen-256color" + +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R -- cgit v1.2.3