diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf deleted file mode 100644 index e4e82ac..0000000 --- a/tmux/.tmux.conf +++ /dev/null @@ -1,21 +0,0 @@ -unbind r -bind r source-file ~/.tmux.conf - -set -g prefix C-s - -# act like vim -setw -g mode-keys vi -bind-key h select-pane -L -bind-key j select-pane -D -bind-key k select-pane -U -bind-key l select-pane -R - -# List of plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'seebi/tmux-colors-solarized' -set -g @plugin 'christoomey/vim-tmux-navigator' - -set -g @colors-solarized 'dark' - -# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run '~/.tmux/plugins/tpm/tpm'