Skip to content

Vim

Description

Essential dev tool

  • Built-in on all popular linux distros
  • Extensions available for most popular terminals, browsers, text editors, IDEs, and for many other dev tools.

Config

If configured in dotfiles, delete ~/.vimrc file and ~/.vim dir, else, move system vim config to dotfiles:

mv ~/.vimrc ~/.dotfiles/vim/.vimrc 
mv ~/.vim ~/.dotfiles/vim/.vim

Then symlink config:

user@host:~/.dotfiles/ $ stow vim

Comments