Get Started to Emacs

Since the vlog-mode for Emacs is very powerful for editting Verilog files, (auto-sensativity, auto-instance and etc.) I'm going to learn how to use this GNU software and hope this famous tool may enable me to promote the Verillog coding efficiency on writing RTL codes.

This time I've got to know some essential command for Emacs such as,

- Open file (C-x C-f)
- Save file (C-x C-s)
- Exit (C-x C-c)
- Undo (C-x u)
- Move forward char (C-f)
- Move back char (C-b)
- Move next line (C-n)
- Move previous line (C-p)

For me it seems that Emacs's more complicated and inconvenient than Vi currently. Perhaps I need some time to get familiar with the new software.

Download vlog-mode file here: vlog-mode-20061019.tgz

0 Comments: