Skip to content

Commit 6ab9981

Browse files
authored
Delete wrong vi motion command (#1413)
There is no Line End motion implemented for `d` in https://github.com/nushell/reedline/blob/main/src/edit_mode/vi/motion.rs
1 parent b93523d commit 6ab9981

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

book/line_editor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Vi Normal motions
8686
| Key | motion |
8787
| --- | ----------------- |
8888
| w | Word |
89-
| d | Line end |
9089
| 0 | Line start |
9190
| $ | Line end |
9291
| f | Right until char |

0 commit comments

Comments
 (0)