aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMax Christian Pohle2019-10-07 23:55:10 +0200
committerMax Christian Pohle2019-10-07 23:55:10 +0200
commitbd4fa1331b6543ddee67324ade50419f2c036105 (patch)
treee8c8351f60a57d277cd85b633c0eb204adcc4d97 /vimrc
parent6a1f77b32224bb86c50c687ea1f8f70cf4b440a0 (diff)
downloadvim-bd4fa1331b6543ddee67324ade50419f2c036105.tar.bz2
vim-bd4fa1331b6543ddee67324ade50419f2c036105.zip
further C&P and keyboard arrow fixes
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index 6f80d2f..cc4cae8 100644
--- a/vimrc
+++ b/vimrc
@@ -12,8 +12,6 @@ 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
17" scripts from the default vim installation, which do not get loaded by default, but are useful. 15" scripts from the default vim installation, which do not get loaded by default, but are useful.
18if filereadable($VIMRUNTIME.'/macros/editexisting.vim') 16if filereadable($VIMRUNTIME.'/macros/editexisting.vim')
19 packadd! editexisting 17 packadd! editexisting
..