sensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 22 hours agoReally seems like they're missing one...files.mastodon.socialexternal-linkmessage-square19fedilinkarrow-up1351arrow-down112file-text
arrow-up1339arrow-down1external-linkReally seems like they're missing one...files.mastodon.socialsensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 22 hours agomessage-square19fedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up12·20 hours 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.