remove tmux-powerline.
This commit is contained in:
parent
6174990049
commit
b912a0879d
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule "tmux-powerline"]
|
||||
path = tmux-powerline
|
||||
url = git@github.com:IvanMalison/tmux-powerline.git
|
||||
[submodule ".emacs.d"]
|
||||
path = .emacs.d
|
||||
url = git@github.com:IvanMalison/.emacs.d.git
|
9
dotfiles/tmux.conf
Normal file
9
dotfiles/tmux.conf
Normal file
@ -0,0 +1,9 @@
|
||||
set-option -g status on
|
||||
bind-key @ command-prompt -p "create pane from:" "join-pane -s ':%%'"
|
||||
set-option -g status-interval 2
|
||||
set-option -g status-utf8 on
|
||||
set-option -g status-justify "centre"
|
||||
set-option -g status-left-length 60
|
||||
set-option -g status-right-length 90
|
||||
set-option -g status-bg colour 235
|
||||
set-option -g status-fg colour 255
|
@ -1 +0,0 @@
|
||||
Subproject commit 90041719fcc9d5b067b89ea42e768769cecb1329
|
Loading…
Reference in New Issue
Block a user