heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 4 个月前Copilot can't exit vimlemmy.mlimagemessage-square143fedilinkarrow-up1905
arrow-up1905imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 4 个月前message-square143fedilink
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up7·4 个月前ESC then :wq Write quit :q! Force quit (no save) I don’t even use vim, other than for commit messages lol
minus-squareT156@lemmy.worldlinkfedilinkEnglisharrow-up1·4 个月前You can also use :x to write and quit, from memory.
ESC
then
:wq
Write quit
:q!
Force quit (no save)
I don’t even use vim, other than for commit messages lol
You can also use
:xto write and quit, from memory.