learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 7 months agoVim prank: alias vim='vim -y'learnbyexample.github.ioexternal-linkmessage-square22fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1external-linkVim prank: alias vim='vim -y'learnbyexample.github.iolearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 7 months agomessage-square22fedilinkfile-text
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkarrow-up0·7 months agoAccording to vim --help: -y Easy mode (like "evim", modeless)
minus-squarelearnbyexample@programming.devOPlinkfedilinkEnglisharrow-up0·edit-27 months 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!