
Wrapped lines are normally displayed at the beginning of the next line, regardless of any indentation. When it is enabled with set linebreak, the wrapping occurs after characters listed in the breakat string option, which by default contains a space and some punctuation marks (see :help breakat). More intelligent wrapping can be controlled with the linebreak option. The wrapping normally occurs after the last character that fits the window, even when it is in the middle of a word. The wrap option only affects how text is displayed, the text itself is not modified. The wrap option is on by default, which instructs Vim to wrap lines longer than the width of the window, so that the rest of the line is displayed on the next line.

The indent file for specific file types can be loaded with: Reason: Describe the autoindent and smartindent options. Global Vim files such as defaults.vim and archlinux.vim are located inside /usr/share/vim/.įor gVim, the user-specific configuration file is located at ~/.gvimrc and the global configuration file is located at /etc/gvimrc. The global configuration file is located at /etc/vimrc. Vim's user-specific configuration file is located in the home directory: ~/.vimrc, and Vim files of current user are located inside ~/.vim/.

Use the :h command (without any subject) for information about the help system and jumping between subjects. Subjects include commands, configuration options, key bindings, plugins etc. Vim includes a broad help system that can be accessed with the :h subject command.

6.1.1 Using the built-in package manager.5.6 Empty space at the bottom of gVim windows.3.6 Traverse line breaks with arrow keys.
