RIP from an Emacs head.

    • blobjim [he/him]
      ·
      11 months ago

      Programmers have 1 joke

      spoiler

      kidding kidding

    • daisy
      ·
      11 months ago

      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.