vi

This is an old revision of the document!


vi/vim

Configuration Commands

  • :colo <color scheme>, set the color scheme
  • :colo<space><tab>, to list color schemes and be able to select one
  • :colo<space>Ctrl+d, alternative to list color schemes

Info Commands

  • Ctrl+g or <count> Ctrl+g to display file name and path or full path

Sample Config

  • ~/.vimrc is the config file for Vim.
colorscheme ron
syntax enable

set number

set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set smartcase " ignorecase
  • vi.1646410254.txt.gz
  • Last modified: 2022/03/04 16:10
  • by mgupton