Posts Tagged emacs

Bash command line shortcuts

I have ever fond it somewhere, this is EMACS style, If you like emacs, it it very useful.

ctrl-l — clear screen.

ctrl-r — does a search in the previously given commands so that you don’t have to repeat long command.

ctrl-u — clears the typing before the hotkey.

Read the rest of this entry »

Tags: ,

2 Comments

pluskid及其YASnippet

pluskid是谁?

aboutme

关于作者的更多信息,请访问:http://blog.pluskid.org/?page_id=82

我写这篇文章的原因不为别的,只因看到作者是浙江大学的学生(之前一直以为是国外牛人),自己一直在用他的YASnippet,非常感謝作者的贡献。并以此文表达对作者的敬意。

YASnippet是什么?

Read the rest of this entry »

Tags: ,

2 Comments

让emacs显示行号

你是不是觉得vim的一个配置就能搞定的事情,而emacs却很复杂呢?

想要显示行号,在vim里面只需配置一个:set nu就可以。

Read the rest of this entry »

Tags: ,

1 Comment

用emacs为你的程序自动添加文件头

插件下载:auto-header.el (278)

设置:将此文件放置于~/.emacs.d/elisp目录下,然后在.emacs文件中添加如下代码:

Read the rest of this entry »

Tags: ,

No Comments