Featured image of post Vim

Vim

Vim Configuration

/etc/vim/vimrc

1
2
3
4
5
6
7
8
set tabstop=4
set shiftwidth=4
set expandtab
set autoindent
set smartindent

syntax on
set nocompatible

Disable Vim mouse support

~/.vimrc

1
set mouse=
Licensed under CC BY-NC-SA 4.0