You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/helix-term
Matouš Dzivjak 3052050ee0
open urls with goto_file command (#5820)
* feat(commands): open urls with goto_file command

Add capability for `goto_file` command to open an URL under cursor.

Fixes: https://github.com/helix-editor/helix/issues/1472
Superseds: https://github.com/helix-editor/helix/pull/4398

* open files inside helix

* address code review

* bump deps

* fix based on code review comments
7 months ago
..
src open urls with goto_file command (#5820) 7 months ago
tests Fixed issue when the first file specified as an argument was a relative directory (#8520) 8 months ago
.gitignore Initial import. 4 years ago
Cargo.toml open urls with goto_file command (#5820) 7 months ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago