How to copy paste from notepad to vim? -
i new in vim , want copy text gedit , paste in vim. in vim know copy paste command mode , visual mode gedit vim have no idea.
is possible?
copy whatever like, in vim, press shift+insert
paste content in clipboard file. make sure in insert mode
. works in ubuntu 12.10 long tried.
edit before paste, recommended enter paste mode
(by :set paste
) of vim in case meet un-wanted feature incorrect auto-indent. (thanks @dmitryfrank)
Comments
Post a Comment