User Tools

Site Tools


vim

vim

How to use

:scriptnames # list vimrc files in use

:set nowrap # set a setting

:set nowrap? # get a setting

:set tabstop=8

:set expandtab # replaces tabs with n spaces on file open

:set softtabstop=0 # insert n spaces tabkey

:set shiftwidth=0 # insert n spaces on », «

:set autoindent

:set smartindent

:set cindent

:set showmode # show “insert” mode on bottom line

to leave insert mode

  • ESC
  • Ctrl+[
  • Ctrl+C
vim.txt · Last modified: 2021/02/13 03:46 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki