[VI]Settings

잘좀하자 개발 2015. 9. 1. 10:05

http://www.lagmonster.org/docs/vi2.html

VI Settings


--noto

Note: Options given are default. To change them, enter type :set option to turn them on or :set nooptioni to turn them off.To make them execute every time you open VI, create a file in your HOME directory called .exrc and type the options without the colon (:) preceding the option
SetDefaultDescription
:set ainoaiTurns on auto indentation
:set all--Prints all options to the screen
:set apawPrints line after d c J m :s t u commands
:set awnoawAutomatic write on :n ! e# ^^ :rew ^} :tag
:set bfnobfDiscards control characters from input
:set dir=tmpdir = /tmpSets tmp to directory or buffer file
:set ebnoedPrecedes error messages with a bell
:set ednoedPrecedes error messages with a bell
:set ht=ht = 8Sets terminal hardware tabs
:set icnoicIgnores case when searching
:set lispnolispModifies brackets for Lisp compatibility.
:set listnolistShows tabs (^l) and end of line ($)
:set magicmagicAllows pattern matching with special characters
:set mesgmesgAllows others to send messages
:set nooptionTurns off option
:set nunonuShows line numbers
:set optoptSpeeds output; eliminates automatic RETURN
:set para=para = LIlPLPPPQPbpPmacro names that start paragraphs for { and } operators
:set promptpromptPrompts for command input with :
:set renoreSimulates smart terminal on dumb terminal
:set remapremapAccept macros within macros
:set reportnoreportIndicates largest size of changes reported on status line
:set ronoroChanges file type to "read only"
:set scroll=nscroll = 11set n lines for CTRL-d and z
:set sh=shell_pathsh = /bin/shset shell escape (default is /bin/sh) to shell_path
:set showmodenosmIndicates input or replace mode at bottom
:set slowslowPospone display updates during inserts
:set smnosmShow matching { or ( as ) or } is typed
:set sw=nsw = 8Sets shift width to n characters
:set tags=xtags = /usr/lib/tagsPath for files checked for tags (current directory included in default)
:set term$TERMPrints terminal type
:set tersenoterseShorten messages with terse
:set timeoutEliminates one-second time limit for macros
:set tl=ntl = 0Sets significance of tags beyond n characters (0 means all)
:set ts=nts = 8Sets tab stops to n for text input
:set wanowaInhibits normal checks before write commands
:set warnwarnWarns "no write since last change"
:set window=nwindow = nSets number of lines in a text window to n
:set wm=nwm = 0Sets automatic wraparound n spaces from right margin.
:set wswsSets automatic wraparound n spaces from right margin.



'잘좀하자 개발' 카테고리의 다른 글

[ECLIPSE] 주석  (0) 2016.06.30
[TERM] Front-end & Back-end  (0) 2016.02.22
[Google]Cloud Test Lab  (0) 2016.02.01
[PHP] OOP로 다가가자 - eclipse PDT include path 하기  (0) 2015.08.18
Regular Expression  (0) 2015.07.04
Posted by kissuu
,