Lines Matching +refs:auto +refs:show +refs:mode

228 call append("$", "insertmode\tuse Insert mode as the default mode")
230 call append("$", "paste\tpaste mode, insert typed text literally")
232 call append("$", "pastetoggle\tkey sequence to toggle paste mode")
303 call append("$", "showfulltag\twhen completing tags in Insert mode show more info")
314 call append("$", "cscopepathcomp\thow many components of the path to show")
325 call append("$", "scrolloff\tnumber of screen lines to show around the cursor")
340 call append("$", "display\tinclude \"lastline\" to show the last line even if it doesn't fit")
341 call append("$", "\tinclude \"uhex\" to show unprintable characters as a hex number")
365 call append("$", "listchars\tlist of strings used for list mode")
526 call append("$", "esckeys\trecognize keys that start with <Esc> in Insert mode")
599 call append("$", "toolbar\t\"icons\", \"text\" and/or \"tooltips\"; how to show the toolbar")
632 call append("$", "balloonexpr\texpression to show in balloon eval")
669 call append("$", "terse\tadd 's' flag in 'shortmess' (don't show search message)")
677 call append("$", "showmode\tdisplay the current mode in the status line")
712 call append("$", "selectmode\t\"mouse\", \"key\" and/or \"cmd\"; when to start Select mode")
713 call append("$", "\tinstead of Visual mode")
744 call append("$", "backspace\tspecifies what <BS>, CTRL-W, etc. can do in Insert mode")
761 call append("$", "complete\tspecifies how Insert mode completion works for CTRL-N and CTRL-P")
764 call append("$", "completeopt\twhether to use a popup menu for Insert mode completion")
768 call append("$", "completefunc\tuser defined function for Insert mode completion")
771 call append("$", "omnifunc\tfunction for filetype-specific Insert mode completion")
794 call append("$", "matchtime\ttenth of a second to show a match for 'showmatch'")
811 call append("$", "shiftwidth\tnumber of spaces used for each step of (auto)indent")
821 call append("$", "expandtab\texpand <Tab> to spaces in Insert mode")
839 call append("$", "cinkeys\tkeys that trigger C-indenting in Insert mode")
848 call append("$", "indentkeys\tkeys that trigger indenting with 'indentexpr' in Insert mode")
859 call append("$", "lisp\tenable lisp mode")
911 call <SID>Header("diff mode")
912 call append("$", "diff\tuse diff mode for the current window")
915 call append("$", "diffopt\toptions for using diff mode")
1155 call append("$", "allowrevins\tallow CTRL-_ in Insert and Command-line mode to toggle 'revins'")
1184 call append("$", "langmap\ttranslate characters for Normal mode")
1191 call append("$", "iminsert\tin Insert mode: 1: use :lmap; 2: use IM; 0: neither")