heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 29 days agoCopilot can't exit vimlemmy.mlimagemessage-square146fedilinkarrow-up1906arrow-down116
arrow-up1890arrow-down1imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 29 days agomessage-square146fedilink
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up7·29 days agoESC 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·28 days agoYou 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.