SShakiinshakidev.hashnode.dev·Jan 31, 2023 · 2 min readGetting Started With Vim (vi improved)Vi is a screen-oriented text editor created for the Unix operating system. Basic Vi commands There are two modes when in Vi Command mode( press ":<command>" ) Insert mode( press "i" then Esc to enter command mode) To start ; To use vi on a file, ...00