mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user