| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
* init
* wip
* wip
|
|
|
|
|
|
|
|
|
|
|
| |
* add home-end keymaps
* implement extend methods for extend_line_start, extend_line_end
* add home-end mappings to keymaps.md
* add ^-$ extend mappings for extend mode
* pass cargo linter
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Giving a goto count greater than the number of lines in the buffer
would cause Helix to panic.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Zero-width matches at the start of the file make no sense to us.
|
| |
|
| |
|
| |
|
|
|
|
| |
account.
|
|
|
|
|
|
|
|
|
| |
Can't do it via a scm query nicely because it returns an iterator over
all the matches, whereas we want to traverse the tree ourselves.
Can't extract the pattern data from a parsed query either.
Oh well, toml files for now.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
From:
{|}
To:
{
|
}
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The default handler is now simply a fallback.
|