@ -70,6 +70,12 @@ bind-key -t vi-copy 'y' copy-selection
# Vim keybind so that paste is done more naturally instead of with ]
bind p paste-buffer
# Resize tmux splits
bind-key -r < resize-pane -L 3
bind-key -r > resize-pane -R 3
bind-key -r + resize-pane -U 1
bind-key -r = resize-pane -D 1
###################################
# #
# Custom Settings #