Skip to content
holzkohlengrill edited this page Dec 15, 2023 · 16 revisions

Vim

Navigation

Word-by-word move

in INSERT mode: You'll find that Shift-Left/Right and Ctrl-Left/Right will do the trick Shift + <key arrows> OR Ctrl(Win)/option(Mac) + <key arrows>

~/.vimrc

Useful options:

" Set tab width to 4 spaces
set tabstop=4
" Activate syntax highlighting
syntax on
Clone this wiki locally