You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
405 B
11 lines
405 B
# vim: set ft:tmux
|
|
|
|
# This was messing with the `PATH` (`path_helper` shenanigans perhaps?), and
|
|
# it seems like `pbcopy` and `pbpaste` are working now, so maybe it's not
|
|
# needed anymore?
|
|
|
|
# set-option -g default-command "reattach-to-user-namespace -l zsh"
|
|
# bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
|
|
set-option -g default-command "zsh"
|
|
bind y run "tmux save-buffer - | pbcopy"
|