Skip to content

Commit

Permalink
Add sy to yank to system clipboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed May 22, 2013
1 parent e32c7d8 commit 329b999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc.after
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ let g:bufExplorerShowRelativePath=1 " use relative paths for buffer explorer
set undodir=~/.vim/undodir
set undofile

" System Yank: will copy into the system clipboard on OS X
vmap sy :w !pbcopy<CR><CR>

"set transparency=12

" Test helpers from Gary Bernhardt's screen cast:
Expand Down

0 comments on commit 329b999

Please sign in to comment.