Skip to content

Commit

Permalink
Merge pull request #154 from Darmody/copy-selected-to-system-clipboard
Browse files Browse the repository at this point in the history
将选择内容复制到系统剪切板
  • Loading branch information
wklken committed Nov 20, 2015
2 parents de6d7c2 + e7e1aa2 commit 6b0357d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ vnoremap > >gv
" y$ -> Y Make Y behave like other capitals
map Y y$
" 复制选中区到系统剪切板中
vnoremap <leader>y "+y
" auto jump to end of select
" vnoremap <silent> y y`]
" vnoremap <silent> p p`]
Expand Down

0 comments on commit 6b0357d

Please sign in to comment.