forked from mudhorn/dotfiles
Added some commands
This commit is contained in:
parent
0fe5e9b6bc
commit
1dccbff969
10
.tmux.conf
10
.tmux.conf
|
@ -45,9 +45,15 @@ set -g mouse-select-pane off
|
|||
set -g mouse-resize-pane off
|
||||
set -g mouse-select-window off
|
||||
|
||||
|
||||
#
|
||||
# Resize window with alt arrow keys
|
||||
bind-key -n C-S-Up resize-pane -U 10
|
||||
bind-key -n C-S-Down resize-pane -D 10
|
||||
bind-key -n C-S-Left resize-pane -L 10
|
||||
bind-key -n C-S-Right resize-pane -R 10
|
||||
|
||||
# Rename window with ctrl a r
|
||||
bind-key -r r command-prompt 'rename-window %%'
|
||||
|
||||
## pane border and colors
|
||||
set-option -g pane-active-border-fg yellow
|
||||
set-option -g pane-border-fg white
|
||||
|
|
Loading…
Reference in a new issue