summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tmux.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..62cce47
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,30 @@
+set -g base-index 1
+
+set -g status-bg '#400040'
+set -g status-fg '#ffffff'
+
+set -g status-left '#h * #(whoami) | #[fg=#ffc000]%H:%M %a#[default] |'
+set -g status-left-length 40
+
+set -g status-right ''
+
+set -g window-status-current-bg '#8000ff'
+
+bind-key -n C-T new-window -a
+bind-key -n C-ppage prev
+bind-key -n C-npage next
+bind-key -n C-M-ppage swap-window -t :-
+bind-key -n C-M-npage swap-window -t :+
+bind-key -n 'M-`' copy-mode
+bind-key -n C-F4 confirm-before -p "kill-window #W? (y/n)" kill-window
+
+bind-key -n M-1 select-window -t :1
+bind-key -n M-2 select-window -t :2
+bind-key -n M-3 select-window -t :3
+bind-key -n M-4 select-window -t :4
+bind-key -n M-5 select-window -t :5
+bind-key -n M-6 select-window -t :6
+bind-key -n M-7 select-window -t :7
+bind-key -n M-8 select-window -t :8
+bind-key -n M-9 select-window -t :9
+bind-key -n M-0 select-window -t :10