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

macOS+iTerm2+tmuxな環境でクリップボードを扱う(2017)

$
0
0

環境

  • macOS 10.12.6 (Sierra)
  • iTerm2 3.1.2
  • tmux 2.5
  • vim 8.0 (Homebrewでインストール vim --version+clipboardとなっているのを確認)

iTerm2 の設定

Preferences を開き、 [General] タブの "Applications in terminal may access clipboard" のチェックをつける

スクリーンショット 2017-10-05 11.31.02.png

reattach-to-user-namespace のインストール

tmux の中からクリップボードにアクセスするため、

$ brew install reattach-to-user-namespace

tmux の設定

~/.tmux.confに以下の行を追加

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

vim の設定

~/.vimrcに以下の行を追加

~/.vimrc
set clipboard=unnamed

Viewing all articles
Browse latest Browse all 5608

Trending Articles



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