dotfiles update

This commit is contained in:
Simonas Narbutas
2018-12-20 12:57:56 +01:00
parent 4209643fd1
commit 70827f776a
5 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ set -g mouse on
set -g history-limit 30000
bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M"
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
bind -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i"
set -g status-position bottom
set -g status-bg black