summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorJohannes Stolp <jstolp@vgfr65cs1.internal.synopsys.com>2016-07-12 20:19:32 +0200
committerJohannes Stolp <jstolp@vgfr65cs1.internal.synopsys.com>2016-07-12 20:19:32 +0200
commit6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff (patch)
treec180153f8ffe3b1109e7f7032d73e2ea8dd32abd /.tmux.conf
parent9afd3dbc4c5236bdc2a93d63ebb68d918e03af86 (diff)
downloaddotfiles-6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff.tar.gz
dotfiles-6a2299df8c0c8cb97be883f0e1dd0c8c7cf7a2ff.zip
added tmux config file
added tagbar support for vim
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644
index 0000000..1ebfc7a
--- /dev/null
+++ b/.tmux.conf
@@ -0,0 +1,24 @@
+set -g prefix C-x
+bind-key a send-prefix # for nested tmux sessions
+
+# use support - set to on if you want to use the mouse
+setw -g mouse on
+#setw -g mouse-resize-pane on
+#set -g mouse-select-window on
+#set -g mouse-select-pane on
+
+
+# Set the default terminal mode to 256color mode
+set -g default-terminal "screen-256color"
+
+# enable activity alerts
+#setw -g monitor-activity on
+#set -g visual-activity on
+
+# Center the window list
+#set -g status-justify centre
+
+# Maximize and restore a pane
+#unbind Up bind Up new-window -d -n tmp \; swap-pane -s tmp.1 \; select-window -t tmp
+#unbind Down
+#bind Down last-window \; swap-pane -s tmp.1 \; kill-window -t tmp