diff --git a/.gitmodules b/.gitmodules index c7665820..180f3b4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 \ No newline at end of file diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf new file mode 100644 index 00000000..932018e0 --- /dev/null +++ b/dotfiles/tmux.conf @@ -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 \ No newline at end of file diff --git a/tmux-powerline b/tmux-powerline deleted file mode 160000 index 90041719..00000000 --- a/tmux-powerline +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 90041719fcc9d5b067b89ea42e768769cecb1329