Difference between revisions of "Emacs-mode"

From WikEmacs
Jump to navigation Jump to search
(cleanup)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Emacs-mode''' is a is a Chrome browser extension not to confuse
+
'''Emacs-mode''' is a Chrome browser extension (not to be confused with an
[[Elisp Package]]. It adds "Emacs bindings and quick navigation
+
[[Elisp Package]]). It adds "Emacs bindings and quick navigation
 
without using the mouse". Typing a "?" in a web page will launch a
 
without using the mouse". Typing a "?" in a web page will launch a
 
list of key bindings.
 
list of key bindings.
  
 
== Features ==
 
== Features ==
Emacs-mode does not mimic Emacs navigation perfectly: C-n still launches a new Chrome frame. It at least allows {{CommandKeys|C-x k|kill-buffer}} to close a browser tab, which is useful for those of us who have the command burned into our '''ROM'''s.
+
Emacs-mode does not mimic Emacs navigation perfectly: {{Keys|C-n}} still launches a new Chrome frame. It at least allows {{CommandKeys|C-x k|kill-buffer}} to close a browser tab, which is useful for those of us who have the command burned into our ROMs.
  
 
==External Links==
 
==External Links==

Latest revision as of 15:15, 30 March 2012

Emacs-mode is a Chrome browser extension (not to be confused with an Elisp Package). It adds "Emacs bindings and quick navigation without using the mouse". Typing a "?" in a web page will launch a list of key bindings.

Features

Emacs-mode does not mimic Emacs navigation perfectly: [C-n] still launches a new Chrome frame. It at least allows [C-x k] (or M-x kill-buffer) to close a browser tab, which is useful for those of us who have the command burned into our ROMs.

External Links