[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
,

Programmer? Soft engineer?

In 글로벌 소프트웨어를 꿈꾸다.

 

개발의 정의를 어떻게 생각하느냐 또는 마음먹는냐에 따라 다르다.

개발이 coding만 하는 사람이라고 생각한다면 --> programmer

요구사항 분석 - 설계 - 빌드 - 테스트까기 개발이라고 생각한다면 --> SW enginner

Posted by kissuu
,

PHP Include Path Properties

OOP 또는 include other project시 PDT에서 include한 project를 access 할 수가 없다.

이럴때 "include path"를 해주면~~~ 오 good.


The PHP Include Path Properties page allows you to configure the project's Include Path.To access the PHP Include Path Properties page, right-click a PHP project in PHP Explorer view and select Properties | PHP Include Path -or- select the project and from the menu bar go to Project | Properties | PHP Include Path Properties.

See Configuring a Project's PHP Include Path for more information.

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

[ECLIPSE] 주석  (0) 2016.06.30
[TERM] Front-end & Back-end  (0) 2016.02.22
[Google]Cloud Test Lab  (0) 2016.02.01
[VI]Settings  (0) 2015.09.01
Regular Expression  (0) 2015.07.04
Posted by kissuu
,