heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 2 个月前Copilot can't exit vimlemmy.mlimagemessage-square144fedilinkarrow-up1894
arrow-up1894imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 2 个月前message-square144fedilink
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up7·2 个月前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·2 个月前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.