sensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 1 year agoReally seems like they're missing one...files.mastodon.socialimagemessage-square19fedilinkarrow-up1400arrow-down112file-text
arrow-up1388arrow-down1imageReally seems like they're missing one...files.mastodon.socialsensiblepuffin@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square19fedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up13·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.