diff options
author | Aaron LI <aly@aaronly.me> | 2018-11-20 09:52:54 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-11-20 09:52:54 +0800 |
commit | 13739420b7f336316e9f846aa28b079f2ba6acf7 (patch) | |
tree | 6759b252bb6406935691319995f654d193e3308e | |
parent | 39fdace95938b24f66ee9bc7c7efb0a585ed98ce (diff) | |
download | dotfiles-13739420b7f336316e9f846aa28b079f2ba6acf7.tar.bz2 |
vim: Add mappings to yank to / paste from clipboard
-rw-r--r-- | _vim/vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -289,6 +289,10 @@ noremap <leader>pp :setlocal paste!<cr> noremap <F1> <Esc> inoremap <F1> <Esc> +" Copy to and paste from the system clipboard +vnoremap <leader>y "+y +noremap <leader>p "+p + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Helper functions |