learnbyexample to [email protected]English • 1 year agoVim prank: alias vim='vim -y'learnbyexample.github.ioexternal-linkmessage-square22fedilinkarrow-up1154
arrow-up1154external-linkVim prank: alias vim='vim -y'learnbyexample.github.iolearnbyexample to [email protected]English • 1 year agomessage-square22fedilink
minus-square@[email protected]linkfedilink21•1 year agoAccording to vim --help: -y Easy mode (like "evim", modeless)
minus-squarelearnbyexampleOPlinkfedilinkEnglish22•edit-21 year agoAs per the manual, “Mappings are set up to work like most click-and-type editors” - which is best suited with GUI Vim. While Vim doesn’t make sense to use without the modes, there are plugins like https://github.com/tombh/novim-mode!
What does the flag do?
According to vim --help:
-y Easy mode (like "evim", modeless)
As per the manual, “Mappings are set up to work like most click-and-type editors” - which is best suited with GUI Vim.
While Vim doesn’t make sense to use without the modes, there are plugins like https://github.com/tombh/novim-mode!