Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Modal refers to Vim's insert and normal [and visual, etc] modes, where [almost] anything typed in insert mode is entered into the buffer, and you can [sorta] only navigate and manipulate the text from normal mode. The command examples you quote don't really have any bearing on modality.


> The command examples you quote don't really have any bearing on modality.

They do, actually. What happens if you type `yy` in a non-modal editor? You get "yy" in your text. It only works in Vim because you're in normal mode.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: