mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Extend selection commands.
This commit is contained in:
parent
fbe313779e
commit
3020077da8
13 changed files with 182 additions and 45 deletions
|
@ -15,9 +15,9 @@ helix-core = { path = "../helix-core" }
|
|||
helix-view = { path = "../helix-view", features = ["term"]}
|
||||
|
||||
anyhow = "1"
|
||||
argh = "0.1.3"
|
||||
argh = "0.1"
|
||||
|
||||
smol = "1"
|
||||
num_cpus = "1.13.0"
|
||||
tui = { version = "0.10.0", default-features = false, features = ["crossterm"] }
|
||||
num_cpus = "1.13"
|
||||
tui = { version = "0.11", default-features = false, features = ["crossterm"] }
|
||||
crossterm = { version = "0.17", features = ["event-stream"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue