blob: 344b4e0867b22f9bdf1c83c82649870a61df0549 (
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
43
44
45
46
47
48
|
# Lazy Numbers
<div style="text-align=center">
<img src="./screenshot/opinion.png">
</div>
Enter Numbers without moving your hands off the home row!!!

## Install
### MELPA:
```
M-x package-install lazy-numbers
```
## use-package
```elisp
(use-package lazy-numebrs
:ensure t)
```
### Manual installation
```elisp
(add-to-list 'load-path "/path/to/lazy-numbers/")
(require 'lazy-numbers)
(global-set-key (kbd "C-'") #'lazy-number-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
|