https://github.com/dacap/ergoprog
Keyboard shortcuts for programmers
https://github.com/dacap/ergoprog
Last synced: 3 months ago
JSON representation
Keyboard shortcuts for programmers
- Host: GitHub
- URL: https://github.com/dacap/ergoprog
- Owner: dacap
- Created: 2012-05-17T15:51:39.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T19:49:16.000Z (about 7 years ago)
- Last Synced: 2026-02-24T13:39:44.007Z (4 months ago)
- Language: Emacs Lisp
- Homepage: http://davidcapello.com/programming/keyboard-layout/
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ergoprog - ergoemacs for programmers
Some modifications to ergoemacs keybindings for programmers.
In the following link you can see the layout and some explanation
how it works:
http://davidcapello.com/programming/keyboard-layout/
The main change is the replacement of buffer/paragraph movement with
defun/sexp movement.
## How to enable it?
First you have to initialize ergoemacs-mode (an old version of
ergoemacs minor mode created by Xah Lee & me):
(add-to-list 'load-path "~/.emacs.d/packages/ergoprog/ergoemacs-mode")
(require ergoemacs-mode)
(ergoemacs-mode 1)
Then you can enable ergoprog as follows:
(add-to-list 'load-path "~/.emacs.d/packages/ergoprog")
(require 'ergoprog)