Files
dotfiles/.tmux-osx.conf
2016-08-04 22:40:45 +02:00

14 lines
550 B
Plaintext

##########################################
### Plugins
##########################################
# tmux-urlview (https://github.com/tmux-plugins/tmux-urlview)
run-shell ~/.tmux/plugins/tmux-urlview/urlview.tmux
set -g @urlview-key 'u'
##########################################
### special settings for MacOS
##########################################
# url: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
#set-option -g default-command "reattach-to-user-namespace -l bash"
set-option -g default-command "reattach-to-user-namespace -l zsh"