vimfiles icon indicating copy to clipboard operation
vimfiles copied to clipboard

Vim home

Results 4 vimfiles issues
Sort by recently updated
recently updated
newest added

Add message like vimtex when no zathura is installed.

Problem asked and solution discussed there: http://stackoverflow.com/questions/2514445/turning-off-auto-indent-when-pasting-text-into-vim The plugin solving this issue: solution: https://github.com/ConradIrwin/vim-bracketed-paste

``` vim Plug 'wikimatze/vim-radio' let g:radio_stations = { \ 'Streamingsoundtrackssss': 'http://www.streamingsoundtracks.com/modules/Listen/MP3-hi.pls', \ 'Groovesalad': 'http://somafm.com/groovesalad.pls', \ 'Dronezone': 'http://somafm.com/dronezone.pls', \ 'Cliqhop': 'http://somafm.com/cliqhop.pls', \ 'Beatblender': 'http://somafm.com/beatblender.pls', \ 'Tranceponder': 'http://ubuntu.hbr1.com:19800/trance.ogg', \ 'Dream Factory Ambient':...

Details under https://github.com/jamessan/vim-gnupg/issues/27