https://github.com/abicky/chemacs
Enable Emacs-like keybindings for editing text on Google Chrome
https://github.com/abicky/chemacs
Last synced: 9 months ago
JSON representation
Enable Emacs-like keybindings for editing text on Google Chrome
- Host: GitHub
- URL: https://github.com/abicky/chemacs
- Owner: abicky
- Created: 2014-05-25T19:01:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-25T19:43:00.000Z (about 12 years ago)
- Last Synced: 2025-04-12T06:37:56.248Z (about 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enable Emacs-like keybindings for editing text on Google Chrome
Chemacs supports only Google Chrome for Mac.
## Installation
1. Download [chemacs.crx](http://abicky.github.io/chemacs/chemacs.crx)
2. Drag and drop it on Tools > Extensions page (chrome://extensions/)
## Usage
The following commands are supported in Input elements and Textarea elements.
| Shorcut | Description |
| ---------- | ------------------------------------------------------ |
| Ctrl+SPACE | set the mark at the cursor |
| Ctrl+Y | Paste a text form clipboard |
| Ctrl+K | Cut the line after the cursor and copy it to clipboard |
| Ctrl+W | Cut the region and copy it to clipboard |
| Command+< | Move the cursor to the beginning of the input area |
| Command+> | Move the cursor to the end of the input area |
## Author
Takeshi Arabiki (abicky)
## Copyright and License
Copyright (c) 2014 Takeshi Arabiki licensed under the [MIT license](http://opensource.org/licenses/MIT).