sensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 4 months agoReally seems like they're missing one...files.mastodon.socialexternal-linkmessage-square16linkfedilinkarrow-up1111arrow-down13file-text
arrow-up1108arrow-down1external-linkReally seems like they're missing one...files.mastodon.socialsensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square16linkfedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·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.