diff --git a/.tmux.conf.local b/.tmux.conf.local index d187144..0985001 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -228,6 +228,13 @@ tmux_conf_battery_status_discharging='↓' # U+2193 tmux_conf_theme_clock_colour='#00afff' # light blue tmux_conf_theme_clock_style='24' +# sane scrolling +set-option -g mouse on +set -g default-terminal "screen-256color" + +#copy paste +#bind -t vi-copy y copy-pipe "xclip -sel clip -i" + # -- clipboard -----------------------------------------------------------------