no need for reattach-user-namespace
parent
6bb35c58c3
commit
b6876b7700
|
|
@ -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…
Reference in New Issue