diff --git a/tmux.conf b/tmux.conf index c298e38..89095af 100644 --- a/tmux.conf +++ b/tmux.conf @@ -33,6 +33,8 @@ bind + resize-pane -U 1 bind < resize-pane -L 1 bind > resize-pane -R 1 +#Turn broadcasting on/off +bind b set-window-option synchronize-panes # Set status bar set -g status-bg black @@ -54,7 +56,7 @@ setw -g automatic-rename on # Mouse and panes setw -g mode-mouse on set-option -g mouse-select-pane on - +set-option -g mouse-resize-pane on # Start new-session as default new-session diff --git a/vimrc b/vimrc index faeecca..6bf5003 100644 --- a/vimrc +++ b/vimrc @@ -20,6 +20,7 @@ Bundle "garbas/vim-snipmate" Bundle "SpellCheck" Bundle "mattn/gist-vim" Bundle "mattn/webapi-vim" +Bundle "tpope/vim-unimpaired" filetype plugin indent on " required!