1 / 20

편집기 .

편집기. 오진오. 2008 년 3 월 21 일. 목차. 편집기 . 편집기란 무엇인가 편집기의 장점 Vim Vim 설치 , 실행 Vim 사용 Emacs Emacs 설치 , 실행 Emacs 사용. 목차. 편집기 . 편집기란 무엇인가 편집기의 장점 Vim Vim 설치 , 실행 Vim 사용 Emacs Emacs 설치 , 실행 Emacs 사용. 편집기란 무엇인가. 넓은 의미 문서 작성을 도와주는 프로그램 .

kelli
Download Presentation

편집기 .

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 편집기. 오진오 2008년 3월 21일

  2. 목차 • 편집기. • 편집기란 무엇인가 • 편집기의 장점 • Vim • Vim 설치, 실행 • Vim 사용 • Emacs • Emacs 설치, 실행 • Emacs 사용

  3. 목차 • 편집기. • 편집기란 무엇인가 • 편집기의 장점 • Vim • Vim 설치, 실행 • Vim 사용 • Emacs • Emacs 설치, 실행 • Emacs 사용

  4. 편집기란 무엇인가. • 넓은 의미 • 문서 작성을 도와주는 프로그램. • Ex) 메모장, 아래아한글, MS word, Vim, Emacs • 컴퓨터 분야에서의 편집기. • 프로그래밍시 코드 작성을 도와주는 프로그램 • Ex) Vim, Emacs, etc. • Visual C studio 와 같이 프로그램이 편집기를 내장하고 있는 경우도 있다.

  5. 편집기는 왜 쓰는가.

  6. 편집기는 왜 쓰는가.

  7. 편집기는 왜 쓰는가.

  8. 목차 • 편집기. • 편집기란 무엇인가 • 편집기의 장점 • Vim • Vim 설치, 실행 • Vim 사용 • Emacs • Emacs 설치, 실행 • Emacs 사용

  9. Vim • 설치.

  10. Vim 실행

  11. Vim

  12. Vim • Vim 의 특징. • 2개의 모드 • 코드를 써 넣는 모드 • 명령어를 치는 모드 • ESC를치면 명령어를 치는 모드로 변환.

  13. Vim ESC a ESC :wqa

  14. Vim • 다른기본적인 명령어들(명령모드) • dd 한 줄 삭제. • x 커서 위치의 글자 삭제 • b, f 단어 단위로 앞뒤 이동. • yy 한줄 복사 • p 붙여 넣기. • http://kldp.org/KoreanDoc/html/Vim_Guide-KLDP/Vim_Guide-KLDP.html

  15. 목차 • 편집기. • 편집기란 무엇인가 • 편집기의 장점 • Vim • Vim 설치, 실행 • Vim 사용 • Emacs • Emacs 설치, 실행 • Emacs 사용

  16. Emacs 설치.

  17. Emacs 실행 • \emacs-22.1\bin 폴더의 emacs 클릭

  18. Emacs 사용

  19. Emacs 사용 • Emacs의 특징. • 컨트롤 키(왼쪽)+ 명령어 • 알트 키(왼쪽) + 명령어. • 대표적인 명령어 • Ctrl+d – 문자 삭제, Ctrl+k – 줄 삭제 • Ctrl+x Ctrl+s – 저장 • Ctrl+x Ctrl+c - 종료 • Ctrl+v, Alt+v – 페이지 이동. • Ctrl+g – 모든 작동 & 명령 중지.

  20. Emacs • 더 자세한 정보를 원한다면 • 메뉴 -> Help -> Emacs Tutorial (Choose Language) -> Korean

More Related