Skip to content

Commit 7f53a7e

Browse files
committed
added tmux config file. Will need to be updated with
local path to powerline folder
1 parent a9b367c commit 7f53a7e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.tmux.conf

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)