日常

ケ・セラ・セラ

tmux の vim で E353: Nothing in register とか出る時

brew install reattach-to-user-namespace

して、.tmux.conf に以下を書いて、

set-option -g default-command "reattach-to-user-namespace -l zsh"

あとは

tmux kill-server

とかすればOK