tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
move tpm run to bottom
seth.computer
3 years ago
3e17e6f1
e0f03e4e
+2
-2
1 changed file
expand all
collapse all
unified
split
misc
tmux.conf
+2
-2
misc/tmux.conf
···
19
19
20
20
set -g @colors-solarized 'light'
21
21
22
22
-
run '~/.tmux/plugins/tpm/tpm'
23
23
-
24
22
# Pane movement
25
23
bind h select-pane -L
26
24
bind j select-pane -D
···
68
66
set -g status-left-length 40
69
67
set -g status-left ' #(if [ "$SSH_CONNECTION" ] then echo "☎ | "; fi)#[fg=green]#S #[default]#I:#P #[default]'
70
68
set -g status-right '#[fg=green]#H #[default]| #[fg=green]%m/%d/%y #[default]| #[fg=green]%I:%M '
69
69
+
70
70
+
run '~/.tmux/plugins/tpm/tpm'