They were occasionally hanging the whole session, probably because
nothing was coming in through stdin.
More annoyingly, they were trigger inadvertedly when trying to switch
tabs.
bind-key -T copy-mode-vi 'Space' send-keys -X halfpage-down
bind-key -T copy-mode-vi 'Bspace' send-keys -X halfpage-up
bind-key -T copy-mode-vi 'Space' send-keys -X halfpage-down
bind-key -T copy-mode-vi 'Bspace' send-keys -X halfpage-up
-# extra commands for interacting with the ICCCM clipboard
-bind-key C-c run "tmux save-buffer - | xclip -i -sel clipboard"
-bind-key C-v run "tmux set-buffer \"$(xclip -o -sel clipboard)\"; tmux paste-buffer"
-
# easy-to-remember split pane commands
bind-key | split-window -h
bind-key - split-window -v
# easy-to-remember split pane commands
bind-key | split-window -h
bind-key - split-window -v