summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..07e1dda
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,25 @@
+# mess with the status window
+set -g status-bg colour109
+set -g status-right "[#T]"
+setw -g window-status-current-bg white
+
+bind -n C-Right next-window
+bind -n C-Left previous-window
+
+bind -n C-Up select-pane -U
+bind -n C-Down select-pane -D
+bind | split-window -h
+bind - split-window -v
+
+set -g default-terminal "screen-it"
+set -g xterm-keys on
+set -sg escape-time 0
+
+# make ^A the command prefix
+# set -g prefix C-a
+# unbind C-b
+# bind a send-prefix
+
+# and restore screen-live ^A^A behavior
+# bind C-a last-window
+