about summary refs log tree commit diff
path: root/dotfiles/tmux.conf
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-20T21·37+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-20T22·05+0200
commit106ca2094072a516a8df820d9c31a9be6bbbc75c (patch)
treed97b0c8e3ac656993313c4c0ff88669d44bb9516 /dotfiles/tmux.conf
parent7fe75e01386f24385ae9ccc624e3d8561df8bcbb (diff)
feat(dotfiles): Add fish-shell & tmux configuration
Diffstat (limited to 'dotfiles/tmux.conf')
-rw-r--r--dotfiles/tmux.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf
new file mode 100644
index 000000000000..6c20ae0370b2
--- /dev/null
+++ b/dotfiles/tmux.conf
@@ -0,0 +1,14 @@
+set -g status off
+set -gw mode-keys emacs
+setw -g mouse on
+
+# Correctly set window titles
+set -g set-titles on
+set -g set-titles-string "#W (#T)"
+
+# List of plugins
+set -g @plugin 'tmux-plugins/tpm'
+set -g @plugin 'tmux-plugins/tmux-yank'
+
+# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
+run '~/.tmux/plugins/tpm/tpm'