You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,25 @@ Notebook cell vim bindings
10
10
I want to acknowledge [Alisue](https://github.com/lambdalisue) and his excellent work creating [vim bindings](https://github.com/lambdalisue/jupyter-vim-binding) for Jupyter notebooks.
11
11
I hope this extension can meet the high bar his work set.
12
12
13
+
## Modes
14
+
15
+
This extension splits Jupyter edit mode into two modes: Vim command mode and Vim insert mode.
16
+
Three editing modes now exist: Jupyter command, Vim command, and Vim insert.
17
+
13
18
## Key Bindings
14
19
15
-
| Chord | Command |
20
+
Shortcuts this extension introduces:
21
+
22
+
### Vim Ex commands
23
+
24
+
| Command | Action |
25
+
| ------- | ------ |
26
+
|:w[rite]| Save Notebook |
27
+
|:q[uit]| Enter Jupyter command mode |
28
+
29
+
### Vim command bindings
30
+
31
+
| Chord | Action |
16
32
| ----- | ------- |
17
33
| Ctrl-O, U | Undo Cell Action |
18
34
| Ctrl-O, - | Split Cell at Cursor |
@@ -25,11 +41,20 @@ I hope this extension can meet the high bar his work set.
0 commit comments