Homemaker

This commit is contained in:
Hactarus 2018-12-17 11:19:50 +00:00
parent b064077703
commit 120ce97d0e
8 changed files with 594 additions and 58 deletions

View file

@ -112,6 +112,9 @@ if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSION_MAJOR} -eq 1
set -g history-limit 90000
set -g alternate-screen on
set -g mouse-utf8 on
set -g mouse on
set-option -g set-titles on
#bind P paste-buffer
#bind-key -T copy-mode-vi v send-keys -X begin-selection
#bind-key -T copy-mode-vi y send-keys -X copy-selection
#bind-key -T copy-mode-vi r send-keys -X rectangle-toggle