sensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 2 months agoReally seems like they're missing one...files.mastodon.socialexternal-linkmessage-square17fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1external-linkReally seems like they're missing one...files.mastodon.socialsensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square17fedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up0·2 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.