♦vi명령어
/ [단어], ? [단어] : [단어] 찾기 n: 다음, 이전 N : 이전, 단어
:n : n행으로 이동
:set nu : 행 번호 추가
:set nonu : 행 번호 삭제
: [범위(ex)11,14)] s/ [old] / [new] : 치환
:% s / [old] / [new] : 문서 전체 치환
: s / [old] / [new] / g : 행에 있는 문자 모두 치환
: ! [명령어] : vi 잠시 중단하고 명령어 실행
: . ! [명령어] : 현재 위치에 명령어 출력
ctrl + w+n : 문서 화면 수평 나누기
ctrl + w+w : 창간의 이동
ctrl + w+o : 커서 위치 창 제외 모든 창 닫기
:f : 파일 정보
:e [파일] : 불러오기
:enew : 새 문서 열기
:w [경로] : 저장
:wq : 저장 후 종료
:w >> ./a : 'a'에 현재 내용 추가
:n r [파일] : n행 밑에 파일 내용 삽입
:n r! [명령어] : n행 밑에 명령 내용 삽입
♦ vi Command
/ [word], ? [Word]: [word] find n: next, previous N: previous, word
: n : Go to line n
: Set nu : add line number
: Set nonu: delete line number
: [Range (ex) 11,14)] s / [old] / [new]: Substitution
:% s / [old] / [new] : Replace entire document
: s / [old] / [new] / g: replace all characters in a line
:! [Command]: vi Abort and execute command
:. ! [Command]: Output the command at the current position
Ctrl + w + n: horizontal division of the document screen
Ctrl + w + w: move between windows
Ctrl + w + o: Close all windows except cursor location window
: f: file information
: e [File]: Import
: enew: Open a new document
: w [path]: Save
: wq: Save and exit
: w >> ./a: Add current content to 'a'
: n r [file]: Insert file content under line n
: n r! [Command]: Insert command content under line n
♦ Vi Kommando
/ [ord],? [Ord]: [ord] find n: næste, forrige N: forrige, ord
: n: n Flyt til række
: set nu: Tilføj linjenumre
: set nonu: Slet linjenummer
: Range (ex) 11,14)] s / [gammel] / [ny]: substitueret
:% s / [gammel] / [ny]: hele dokumentet udskiftet
: s / [old] / [new] / g: erstat alle tegn i en linje
:! [Kommando]: VI pause og køre kommandoen
:. ! [Kommando]: output kommandoer til en aktuel placering
Ctrl + w + n: Dokumenterne screene vandret opdeling
Ctrl + w + w: Flyt mellem vinduer
Ctrl + w + o: Luk alle vinduer undtagen for markørens position
: f: filoplysninger
: e [File: Import
: enew: Åbn et nyt dokument
: w [sti]: Opbevaring
: wq: Gem og Afslut
: w >> ./a: tilføje det aktuelle indhold i 'a'
: n r [file]: n Indsæt fil indhold under træk
: n r! [Kommando]: Command information indsat under række n
추가 vi사용법
Additional vi usage
Vi Yderligere forbrug
Comments
Post a Comment