Added unimpaired to vim
Also added mouse pane resize to tmux
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user