Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Vim usage


May 24, 2021 Vim


Table of contents


Usage

To learn some basic Vim usage, you can read the Vim tutorial by running vimtutor (console version) or gvimtutor (graphical interface version).

Vim includes an extensive help system that can be :h _subject_ s subject command. T he subject can be commands, configuration options, hotkey bindings, plug-ins, etc. Use :h command (without any subject) to get information about the help system and to switch between different topics.