diff --git a/.gitignore b/.gitignore index b110f3b..edf0799 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ bin/subl tags .idea git/gitconfig +.DS_Store diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1f61039..cde5c09 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,8 +1,3 @@ -# List of plugins -set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'tmux-plugins/tmux-sensible' -set -g @plugin 'tmux-plugins/tmux-yank' - # Ring the bell if any background window rang a bell set -g bell-action any @@ -49,6 +44,7 @@ bind E setw synchronize-panes off # set first window to index 1 (not 0) to map more to the keyboard layout... set-option -g base-index 1 set-window-option -g pane-base-index 1 +set-window-option -g mouse on # color scheme (styled as vim-powerline) set -g status-left-length 52 @@ -95,7 +91,3 @@ bind r source-file ~/.tmux.conf \; display "Reloaded!" # Local config if-shell "[ -f ~/.tmux.conf.user ]" 'source ~/.tmux.conf.user' - -set -g @plugin 'tmux-plugins/tmux-yank' - -run '~/.tmux/plugins/tpm/tpm'