mirror of
1
0
Fork 0
This commit is contained in:
Bryan 2017-05-23 08:57:27 +00:00 committed by GitHub
commit 29e628093d
1 changed files with 7 additions and 0 deletions

View File

@ -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 -----------------------------------------------------------------