mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
Added unimpaired to vim
Also added mouse pane resize to tmux
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user