learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 7 months agoVim prank: alias vim='vim -y'learnbyexample.github.ioexternal-linkmessage-square22fedilinkarrow-up1154arrow-down19file-text
arrow-up1145arrow-down1external-linkVim prank: alias vim='vim -y'learnbyexample.github.iolearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 7 months agomessage-square22fedilinkfile-text
minus-squarePotatoesFall@discuss.tchncs.delinkfedilinkarrow-up31arrow-down1·7 months agoWhat does the flag do?
minus-squarelearnbyexample@programming.devOPlinkfedilinkEnglisharrow-up22·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!
minus-squareMyNameIsRichard@lemmy.mllinkfedilinkarrow-up21·7 months agoAccording to vim --help: -y Easy mode (like "evim", modeless)
What does the flag do?
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!
According to vim --help:
-y Easy mode (like "evim", modeless)