Emacs ---经常记不住的命令

270阅读 0评论2011-03-03 happig
分类:WINDOWS

M-l Convert following word to lower case (downcase-word).
M-u Convert following word to upper case (upcase-word).
M-c Capitalize the following word (capitalize-word).
C-x C-l Convert region to lower case (downcase-region).
C-x C-u Convert region to upper case (upcase-region).
上一篇:C++ 函数与指针
下一篇:没有了