Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Vim

install

# Arch
sudo pacman -S vim
# Windows 10
scoop install vim

Personal do

1

vim ~/.vimrc
set tabstop=4
set shiftwidth=4
set noexpandtab

cross-reference

resource

cache

gvim


  1. python - How to maintain tabs when pasting in Vim - Stack Overflow