diff --git a/.gitmodules b/.gitmodules index 2ee3689..5786ead 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".tmux/plugins/tmux-powerline"] path = .tmux/plugins/tmux-powerline url = https://github.com/the-almighty-drawing-tablet/tmux-powerline +[submodule ".tmux/plugins/tmux-sensible"] + path = .tmux/plugins/tmux-sensible + url = https://github.com/tmux-plugins/tmux-sensible.git diff --git a/.tmux/.tmux.conf b/.tmux/.tmux.conf index 14ada40..b0ea2e5 100644 --- a/.tmux/.tmux.conf +++ b/.tmux/.tmux.conf @@ -10,7 +10,7 @@ unbind % #set-option -g autom -bind r source-file ~/.tmux.conf +bind r source-file ~/.dotfiles/.tmux/.tmux.conf set-window-option -g clock-mode-style 12 set-option clock-mode-colour "#00e7e3" set -g window-status-current-format '' diff --git a/.tmux/plugins/tmux-sensible b/.tmux/plugins/tmux-sensible new file mode 160000 index 0000000..25cb91f --- /dev/null +++ b/.tmux/plugins/tmux-sensible @@ -0,0 +1 @@ +Subproject commit 25cb91f42d020f675bb0a2ce3fbd3a5d96119efa