My dotfiles...
Find a file
Fernando Schauenburg c76551c14f [tmux] fix lost access to clipboard
First noticed the issue when pasting from the system clipboard stopped
working in vim (only when running inside a tmux session).

The fix is in the following Stack Overflow answer:

    http://stackoverflow.com/a/40154047

The necessary wrapper used by the fixed is at:

    https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard

The wrapper can be installed on the Mac with:

    brew install reattach-to-user-namespace
2017-02-04 16:33:42 +01:00
bin Add git churn and what-the-hell-just-happened 2016-02-02 01:02:27 +01:00
dircolors Initial commit 2015-06-13 21:09:33 +02:00
resources Initial commit 2015-06-13 21:09:33 +02:00
vim/autoload [vim] update vim-plug (by running :PlugUpgrade) 2017-01-27 14:44:21 +01:00
.gitignore Initial commit 2015-06-13 21:09:33 +02:00
.gitmodules [vim] replace Vundle with vim-plug 2016-03-29 23:56:54 +02:00
bash_profile [bash] remove git prompt 2017-01-27 14:57:32 +01:00
bashrc Initial commit 2015-06-13 21:09:33 +02:00
gitconfig [git] add git LFS 2017-01-27 14:44:20 +01:00
gitignore_global Initial commit 2015-06-13 21:09:33 +02:00
hushlogin Initial commit 2015-06-13 21:09:33 +02:00
inputrc Initial commit 2015-06-13 21:09:33 +02:00
minttyrc Initial commit 2015-06-13 21:09:33 +02:00
rcrc Add git cmd completion and status to bash prompt 2016-02-02 00:44:21 +01:00
tmux.conf [tmux] fix lost access to clipboard 2017-02-04 16:33:42 +01:00
vimrc [vim] load NERDTree on-demand 2016-03-30 00:57:21 +02:00