pub(crate) fn build_hx_cursor_absolute_file_path(
hx_cursor_file_path: &Path,
hx_pane: &WeztermPane,
) -> Result<PathBuf>Expand description
Builds absolute file path for Helix cursor position.
ยงErrors
- Expanding a home-relative path (starting with
~) fails because the home directory cannot be determined.