Tmux mouse / scroll support

remotes/origin/manjaro
Shaun Reed 5 years ago
parent 635698d504
commit f74f8d1e64

@ -1,3 +1,6 @@
# Kapper
set -g mouse on
set-option -g status-position top
# Can't use theme plugin without risk of repo update overwriting data?
#source-file "${HOME}/.tmux-themepack/powerline/double/green.tmuxtheme"
@ -81,8 +84,6 @@ set -g message-style bg=colour100,fg=black
# Command message
set -g message-command-style bg=colour233,fg=black
source-file "$HOME/.tmux-gitbar/tmux-gitbar.tmux"
set -g default-terminal "screen-256color"
@ -102,3 +103,4 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'

Loading…
Cancel
Save