Tmux mouse / scroll support

This commit is contained in:
Shaun Reed 2019-09-20 19:48:17 -04:00
parent 635698d504
commit f74f8d1e64
1 changed files with 4 additions and 2 deletions

View File

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