diff options
| author | Max Christian Pohle | 2019-09-12 19:44:24 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2019-09-12 19:44:24 +0200 |
| commit | a6cdae262df868ff79c32dca3b61686ef5c8e433 (patch) | |
| tree | 2b2c2c08db0e63505b55e4c6a36a9a26b1fb5606 /vimrc | |
| parent | ee9db4ec2784356bb1aa16ef52f29bead61e74ae (diff) | |
| download | vim-karlmarks-a6cdae262df868ff79c32dca3b61686ef5c8e433.tar.bz2 vim-karlmarks-a6cdae262df868ff79c32dca3b61686ef5c8e433.zip | |
Improved Java support & minor fixes
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -12,6 +12,8 @@ set restorescreen | " restores the console after exiting vim (intentionally no | |||
| 12 | autocmd VimLeave * call system("echo -n $'" . escape(getreg(), "'") . "' | xsel -ib") | 12 | autocmd VimLeave * call system("echo -n $'" . escape(getreg(), "'") . "' | xsel -ib") |
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | xnoremap "+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. |
| 16 | if filereadable($VIMRUNTIME.'/macros/editexisting.vim') | 18 | if filereadable($VIMRUNTIME.'/macros/editexisting.vim') |
| 17 | packadd! editexisting | 19 | packadd! editexisting |
