Instructions
- Connecting via SSH to your server
- Browse to your user directory with the following command:
cd ~ - Create a .vimrc file with the following command:
vim .vimrc - Click i for insert mode.
- Type the following command below to enable syntax and give a specific colorscheme.
This example uses the desert colorscheme:
syntax on
colorscheme desert - Hold Shift and hit : then type wq to save and quit the file.
- You should now be able to use vi and the colorscheme you choose to edit files on your grid