heuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 27 days agoCopilot can't exit vimlemmy.mlimagemessage-square146linkfedilinkarrow-up1905arrow-down116
arrow-up1889arrow-down1imageCopilot can't exit vimlemmy.mlheuristic_lemur@lemmy.ml to Programmer Humor@programming.dev · 27 days agomessage-square146linkfedilink
minus-squareboonhet@sopuli.xyzlinkfedilinkarrow-up7·26 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·26 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.