Colorscheme VIM

Instructions
 

  1. Connecting via SSH to your server
  2. Browse to your user directory with the following command:
    cd ~
  3. Create a .vimrc file with the following command:
    vim .vimrc
  4. Click i for insert mode.
  5. Type the following command below to enable syntax and give a specific colorscheme.
    This example uses the desert colorscheme:

    syntax on
    colorscheme desert

  6. Hold Shift and hit : then type wq to save and quit the file.
  7. You should now be able to use vi and the colorscheme you choose to edit files on your grid

Beoordeel deze vraag:

0 (0 Stemmen)