Lines Matching +refs:set +refs:mouse +refs:color

23 set cpo&vim
36 " <CR> on a "set" line executes the option line
65 " <Space> on a "set" line refreshes the option line
103 " Update a "set" line in the option window
128 set nomodified
136 set notitle noicon nosc noru
152 " Insert help and a "set" command for each option.
153 call append(0, '" Each "set" line shows the current value of an option (on the left).')
154 call append(1, '" Hit <CR> on a "set" line to execute it.')
159 call append(6, '" Hit <Space> on a "set" line to refresh it.')
212 silent set pt
389 call append("$", "background\t\"dark\" or \"light\"; the background color brightness")
392 call append("$", "filetype\ttype of file; triggers the FileType event when set")
540 set notitle
550 set noicon
560 call <SID>Header("using the mouse")
561 call append("$", "mouse\tlist of flags for using the mouse")
562 call <SID>OptionG("mouse", &mouse)
564 call append("$", "mousefocus\tthe window with the mouse pointer becomes the current one")
566 call append("$", "mousehide\thide the mouse pointer while typing")
574 call append("$", "ttymouse\t\"xterm\", \"xterm2\", \"dec\" or \"netterm\"; type of mouse")
577 call append("$", "mouseshape\twhat the mouse pointer looks like in different modes")
661 call append("$", "printmbcharset\tthe CJK character set to be used for CJK output from :hardcopy")
676 set nosc
682 set noru
712 call append("$", "selectmode\t\"mouse\", \"key\" and/or \"cmd\"; when to start Select mode")
824 call append("$", "autoindent\tautomatically set the indent of a new line")
1165 call append("$", "altkeymap\tuse Farsi as the second language when 'revins' is set")
1188 call append("$", "imdisable\twhen set never use IM; overrules following IM options")
1198 call append("$", "imcmdline\twhen set always use IM when starting to edit a command line")
1287 set cpo&vim