heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 2 months agoCopilot can't exit vimlemmy.mlimagemessage-square138linkfedilinkarrow-up1898arrow-down116
arrow-up1882arrow-down1imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 2 months agomessage-square138linkfedilink
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up7·2 months 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·2 months 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.