Comment #8 on issue 176 by eltges: Vim block/rectangle functions not yet implemented
http://code.google.com/p/yi-editor/issues/detail?id=176
The commands 'c' and 'i' actually work different in rectangle selection, which is handy. With 'c' you change every line of the selected text to what you type, so selecting multiple lines and pressing 'c' then typing "hi" and then exiting insert mode writes hi into every line, replacing what was selected (leaving the not selected
part as it was). If you want to know more, here is an explanation: http://en.wikibooks.org/wiki/Learning_the_vi_editor/Vim/Modes -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel To unsubscribe from this group, send email to yi-devel+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.