We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b367c commit 7f53a7eCopy full SHA for 7f53a7e
.tmux.conf
@@ -0,0 +1,21 @@
1
+# allow reload of this file with PRE r
2
+bind r source-file ~/.tmux.conf \; display "Reloaded."
3
+
4
+# switch prefix to control-a, unmap b, allow double-a to go through
5
+set -g prefix C-a
6
+unbind C-b
7
+bind C-a send-prefix
8
9
+# -r repeat time (Default 500 millis)
10
+set -g repeat-time 2000
11
12
+# colors
13
+set -g default-terminal "screen-256color"
14
15
+# mouse mode (scrolling, etc)
16
+# tmux 2.1
17
+setw -g mouse on
18
19
+#Powerline
20
+source "/home/asteinig/.local/lib/python3.6/site-packages/powerline/bindings/tmux/powerline.conf"
21
+run-shell "powerline-daemon -q"
0 commit comments