feat(normal): lines textobject "il", "al" #39845

`al` to select the whole buffer linewise.
`il` to select the current line without surrounding whitespace.
This commit is contained in:
Barrett Ruth
2026-05-19 05:08:23 -04:00
committed by GitHub
parent f3bb21e71d
commit 353d2a4e4a
11 changed files with 204 additions and 0 deletions

View File

@@ -396,6 +396,8 @@ Normal commands:
- |gO| shows a filetype-defined "outline" of the current buffer.
- |Q| replays the last recorded macro instead of switching to Ex mode (|gQ|).
- |ZR| performs |:restart|
- |v_al| selects the whole buffer; |v_il| selects the current line without
leading or trailing white space.
Options: