"Emacs"의 두 판 사이의 차이
ph
14번째 줄: | 14번째 줄: | ||
* [http://www.gnu.org/software/emacs/manual/html_node/emacs/Custom-C-Indent.html changing default C indentation style] '''C-x .''' / '''C-M-q''' / '''C-M-\''' / c-set-style / c-default-style | * [http://www.gnu.org/software/emacs/manual/html_node/emacs/Custom-C-Indent.html changing default C indentation style] '''C-x .''' / '''C-M-q''' / '''C-M-\''' / c-set-style / c-default-style | ||
** [http://www.emacswiki.org/emacs/IndentingC indenting C] (emacs wiki) | ** [http://www.emacswiki.org/emacs/IndentingC indenting C] (emacs wiki) | ||
+ | * [http://www.math.uh.edu/~bgb/emacs_keys.html key combinations] cheat sheet |
2011년 5월 4일 (수) 17:11 판
- How to Define Keyboard Shortcuts in Emacs
- emacs command list
- emacs wiki - ctrl+tab buffer cycling
- GNU emacs manual
- tab설정 :
(setq-default tab-width 4)
- http://www.emacswiki.org/emacs/EmacsChannelFaq 이 설정찾은 링크. 굉장히 좋은듯. read-it-later
- bookmark
- M-x shell 보다 M-x term이 훨씬 낫다. eshell이 가장 보편적.
- M-/ auto completion
- encoding 변경: C-x C-m f 인코딩명 출처
- using Emacs for programming 간단한 디버거 사용법 포함
- auto indentation
- changing default C indentation style C-x . / C-M-q / C-M-\ / c-set-style / c-default-style
- indenting C (emacs wiki)
- key combinations cheat sheet