blob: ffcb55d85238fb49c1955a598dc19daab75caab4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Lazy Numbers
## Notice: De-GitHubbed
本仓库已停止在 GitHub 的开发,移至个人自建[Git 实例](https://git.verdant.ee/)。后续的所有提交与权威上游均以新地址为准。
本项目拒绝使用任何基于网页端的 Pull Request。若您发现了 Bug 或有改进意愿,请直接在本地使用 `git format-patch` 生成 patch 文件,并发送到 `im@verdant.ee`。
---
Enter Numbers without moving your hands off the home row.

## Install
### Manual installation
```elisp
(add-to-list 'load-path "/path/to/lazy-numbers/")
(require 'lazy-numbers)
(global-set-key (kbd "C-'") #'lazy-numbers-enter)
```
### Usage
Press `C-'` to enter **home-row number input mode**, then use
```
a s d f g h j k l ;
1 2 3 4 5 6 7 8 9 0
```
Press `ESC` to exit.
## About
When I talk about this idea, my friends often say:

|