cm0002@lemmy.world to Programmer Humor@programming.dev · 8 天前Vim is built differentlemmy.mlimagemessage-square96fedilinkarrow-up1573arrow-down115
arrow-up1558arrow-down1imageVim is built differentlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 8 天前message-square96fedilink
minus-squareMalix@sopuli.xyzlinkfedilinkarrow-up30·8 天前Just to add: possible need to tap esc first, as your random flailing probably put you in insert mode, or something more exotic. And only add w if you want to save the file. :q! If you don’t
Just to add: possible need to tap esc first, as your random flailing probably put you in insert mode, or something more exotic.
And only add w if you want to save the file. :q! If you don’t
! If you edited the buffer at all. 👍
With random flailing, most likely