sensiblepuffin@lemmy.world to Programmer Humor · 4 months agoReally seems like they're missing one...files.mastodon.socialimagemessage-square21linkfedilinkarrow-up1430arrow-down114file-text
arrow-up1416arrow-down1imageReally seems like they're missing one...files.mastodon.socialsensiblepuffin@lemmy.world to Programmer Humor · 4 months agomessage-square21linkfedilinkfile-text
minus-squarePoolloverNathanlinkfedilinkarrow-up14·4 months agoIt probably opened it in ${VISUAL:-${EDITOR:-vim}}; usually setting one of those variables in e.g. bashrc will avoid future vim.
It probably opened it in
${VISUAL:-${EDITOR:-vim}}
; usually setting one of those variables in e.g. bashrc will avoid future vim.