This is an old revision of the document!


vi/vim

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.1645653114.txt.gz
  • Last modified: 2022/02/23 21:51
  • by mgupton