Difference between revisions of "Emacs-mode"
Jump to navigation
Jump to search
(Emacs-mode is a Chrome browser extension) |
PhilHudson (talk | contribs) m (→Features) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | '''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: {{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. | |
| − | == | ||
| − | |||
| − | |||
| − | 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 | ||
==External Links== | ==External Links== | ||
*[https://chrome.google.com/webstore/detail/miojjimhedbpnnjpneobbfhdicckhhkd Emacs-mode] | *[https://chrome.google.com/webstore/detail/miojjimhedbpnnjpneobbfhdicckhhkd Emacs-mode] | ||
| + | |||
| + | [[Category:Browser Plugin]] | ||
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.