PorkrollPosadist [he/him, they/them] to libre • 1 year agoBram Moolenaar, original author of VIM, has passed awayexternal-linkmessage-square6 fedilinkarrow-up145file-textcross-posted to: leftistunix@lemmygrad.mlprogrammazione@feddit.ittext_editors@programming.devneovim@programming.devvim@lemmy.sdf.orglinux@discuss.tchncs.deopensource@lemmy.mlvim@lemmy.ml
arrow-up145external-linkBram Moolenaar, original author of VIM, has passed awayPorkrollPosadist [he/him, they/them] to libre • 1 year agomessage-square6 Commentsfedilinkfile-textcross-posted to: leftistunix@lemmygrad.mlprogrammazione@feddit.ittext_editors@programming.devneovim@programming.devvim@lemmy.sdf.orglinux@discuss.tchncs.deopensource@lemmy.mlvim@lemmy.ml
minus-squaredaisyhexbear3·1 year agoI have a handy tutorial for those who have accidentally found themselves in vim. Just type this into the terminal: killall -9 vim; sudo apt update ; sudo apt remove vim ; sudo apt install micro ; sudo update-alternatives --install /usr/bin/editor editor /usr/bin/micro 1 ; sudo update-alternatives --set editor /usr/bin/micro Problem solved. link
I have a handy tutorial for those who have accidentally found themselves in vim. Just type this into the terminal:
killall -9 vim; sudo apt update ; sudo apt remove vim ; sudo apt install micro ; sudo update-alternatives --install /usr/bin/editor editor /usr/bin/micro 1 ; sudo update-alternatives --set editor /usr/bin/micro
Problem solved.