no need for reattach-user-namespace

moveTools
Adam Veldhousen 9 years ago
parent 6bb35c58c3
commit b6876b7700
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B

@ -12,12 +12,10 @@
set -g default-command "/bin/bash --login"
set -g default-shell "/bin/bash"
# remove these lines if you're on linux
# TODO I should figure out how to source other files/do conditionals
# enable pbcopy and pbpaste support with reattach-to-user-namespace
set-option -g default-command "reattach-to-user-namespace -l bash --login"
bind C-c run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
bind C-v run "tmux set-buffer \"$(reattach-to-user-namespace pbpaste)\"; tmux paste-buffer"
#set-option -g default-command "reattach-to-user-namespace -l bash --login"
#bind C-c run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
#bind C-v run "tmux set-buffer \"$(reattach-to-user-namespace pbpaste)\"; tmux paste-buffer"
#run-shell "powerline-daemon -q"
source ~/Tools/modules/powerline/powerline/bindings/tmux/powerline.conf

Loading…
Cancel
Save