Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

tmux内のvimで「E353: Nothing in register *」と出てコピーペーストができなくなった

$
0
0

MacのVimでHomebrewを使ってクリップボード連携を有効にするの続きです。

前回の設定でVimからクリップボードが使えるようになりましたがtmuxを立ち上げてからコピーペーストしようとするとE353: Nothing in register *が出るようになってしまいました。

以下の手順で解決できます。

$ brew install reattach-to-user-namespace

$ echo 'set-option -g default-command "reattach-to-user-namespace -l bash"' >> ~/.tmux.conf

これだけです。
tmux kill-serverなどして再度立ち上げると問題なくコピーペーストできるようになります。


Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>