diff --git a/content/posts/2017-03-22-tmux-vim-copy-paste-on-macos-sierra.md b/content/posts/2017-03-22-tmux-vim-copy-paste-on-macos-sierra.md index 9be67f2..7de1922 100644 --- a/content/posts/2017-03-22-tmux-vim-copy-paste-on-macos-sierra.md +++ b/content/posts/2017-03-22-tmux-vim-copy-paste-on-macos-sierra.md @@ -89,3 +89,5 @@ easily copy and paste between them by using normal Vim commands! ## Conclusion Copy and paste with Vim and Tmux does not work out of the box, but once setup works like a charm. + +Here are links to my [`~/.vimrc`](https://git.devroom.io/ariejan/dotfiles/blob/e54317082b2a72363dad9aa6bb38310bfe8a6cc8/vim/.vimrc) and [`~/.tmux.conf`](https://git.devroom.io/ariejan/dotfiles/blob/e54317082b2a72363dad9aa6bb38310bfe8a6cc8/tmux/.tmux.conf) for your perusal.