Implemented visual line mode

This commit is contained in:
2026-02-25 21:15:44 -05:00
parent e82f45f2ea
commit 37cf9625b3
6 changed files with 186 additions and 52 deletions

View File

@@ -182,6 +182,7 @@ impl ViCmd {
| Verb::NormalMode
| Verb::VisualModeSelectLast
| Verb::VisualMode
| Verb::VisualModeLine
| Verb::ReplaceMode
)
})