|
@ -1,9 +1,14 @@ |
|
|
|
|
|
# Quick resizing of split panes |
|
|
|
|
|
bind-key -n C-S-Up resize-pane -U 15 |
|
|
|
|
|
bind-key -n C-S-Down resize-pane -D 15 |
|
|
|
|
|
bind-key -n C-S-Left resize-pane -L 25 |
|
|
|
|
|
bind-key -n C-S-Right resize-pane -R 25 |
|
|
|
|
|
|
|
|
# List of plugins |
|
|
# List of plugins |
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
|
set -g @plugin 'tmux-plugins/tmux-sensible' |
|
|
set -g @plugin 'tmux-plugins/tmux-sensible' |
|
|
set -g @plugin 'tmux-plugins/tmux-resurrect' |
|
|
set -g @plugin 'tmux-plugins/tmux-resurrect' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Other examples |
|
|
# Other examples |
|
|
# set -g @plugin 'github_username/plugin_name' |
|
|
# set -g @plugin 'github_username/plugin_name' |
|
|
# set -g @plugin 'git@github.com/user/plugin' |
|
|
# set -g @plugin 'git@github.com/user/plugin' |
|
|