title: Getting started with Vim author: Manish RC
Short course on focusing how to get work done with vim.
- General purpose; among the most powerful software on the planet
- Keyboard centric
- Capable of saving (a lot of) time when used right
- Cross platform
- Hands on
- will cover LaTeX and good practices with vim.
- Goes from the ground up; ~ 7 hours.
- Slides and code on my Github
- Demo
- Install check
- Configuration 1
- Colours
- Basic options
- Concealed math and snippets
- Mathematica
- Pure LaTeX
- Live LaTeX with markdown
And if you're lucky,
sudo apt install vim #for ubuntu/debian/mint - needs root
brew install vim #macOS - needs homebrew
choco install vim #Windows - needs chocolatey
- Normal/Insert/Command mode
- Keyboard philosophy: h,j,k,l
- Vim tutor
- Uncomment vimrc:
- Download into
$HOME
from here edit! $HOME/.vimrc
- Download into
- Colours: Download nord
- Create colors directory
- Paste there
Getting closer to Gilles' setup.
- Git
- vim-plug
- Installing UltiSnips, python3, zathura/alternative, vimtex
- Setting up UltiSnips