sensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 6 months agoReally seems like they're missing one...files.mastodon.socialimagemessage-square2fedilinkarrow-up14arrow-down10file-text
arrow-up14arrow-down1imageReally seems like they're missing one...files.mastodon.socialsensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 6 months agomessage-square2fedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up1·6 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.