aboutsummaryrefslogtreecommitdiff
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 cc4cae8..6f80d2f 100644
--- a/vimrc
+++ b/vimrc
@@ -12,6 +12,8 @@ set restorescreen | " restores the console after exiting vim (intentionally no
12autocmd VimLeave * call system("echo -n $'" . escape(getreg(), "'") . "' | xsel -ib") 12autocmd VimLeave * call system("echo -n $'" . escape(getreg(), "'") . "' | xsel -ib")
13 13
14 14
15xnoremap "+y y:call system("wl-copy", @")<cr>
16
15" scripts from the default vim installation, which do not get loaded by default, but are useful. 17" scripts from the default vim installation, which do not get loaded by default, but are useful.
16if filereadable($VIMRUNTIME.'/macros/editexisting.vim') 18if filereadable($VIMRUNTIME.'/macros/editexisting.vim')
17 packadd! editexisting 19 packadd! editexisting
..