summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index db92900..3788620 100644
--- a/.vimrc
+++ b/.vimrc
@@ -23,3 +23,5 @@ imap <silent> <C-b> <Plug>RightAlign
nmap <silent> <C-k>b :RightAlign<CR>
vmap <silent> <C-k>b :RightAlign<CR>
+" Copy to system clipboard on Wayland
+xnoremap <silent> <C-p> :w !wl-copy<CR><CR>