Added unimpaired to vim

Also added mouse pane resize to tmux
tmux
J.Fernando Sánchez 12 years ago
parent 81eaa0dd98
commit 4f9fa7c3e7

@ -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

@ -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!

Loading…
Cancel
Save