osx - Copy/paste issue with my .vimrc file -
when try copy in visual mode , paste it, pasting new line instead of copied line. when same thing done under root dosent use .vimrc works fine.
this .vimrc using. appreciated , 1 thing note same .vimrc when used in linux works fine.
since mentioned work under linux, assume error on windows or osx. mentioned @sudobangbang issue line set clipboard=unnamedplus
what set default copy buffer vim + vim's alias x window clipboard used linux. not sure why it's giving new lines it's how interacts os
to work windows , osx you'll want use command set clipboard=unnamed sets copy buffer * alias clipboard in windows/osx.
however if remove line entirely can manually copy/paste system copy buffer doing "*y , "*pusing " reference * buffer followed command
Comments
Post a Comment