Skip to content

Commit

Permalink
yank/paste to the system clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Oct 20, 2021
1 parent 3d507dc commit 03f34fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ map <D-S-{> :tabprevious
map <D-S-}> :tabprevious
" Shortcut to yanking to the system clipboard
map <leader>y "*y
map <leader>p "*p
map <leader>y "+y
map <leader>p "+p
" Get rid of search highlights
noremap <silent><leader>/ :nohlsearch<cr>
Expand Down

0 comments on commit 03f34fb

Please sign in to comment.