sensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 1 year agoReally seems like they're missing one...files.mastodon.socialexternal-linkmessage-square21linkfedilinkarrow-up1426arrow-down114file-text
arrow-up1412arrow-down1external-linkReally seems like they're missing one...files.mastodon.socialsensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square21linkfedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up14·1 year 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.