mirror of
1
0
Fork 0

add sane scrolling

This commit is contained in:
btidwell 2016-11-03 17:08:07 -05:00
parent 689f2f0f2c
commit a8e6def84a
1 changed files with 7 additions and 0 deletions

View File

@ -217,6 +217,13 @@ tmux_conf_battery_status_discharging='🔋' # U+1F50B
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"
# ------------------------------------------------------------------------------
# this is the place to override or undo settings