feat(browse): add :Jbrowse to open current file on remote (#89)

This commit is contained in:
Nicolas GB
2026-02-22 09:05:13 -08:00
committed by GitHub
parent 19db4e8178
commit 138044c7e3
7 changed files with 467 additions and 42 deletions
+1
View File
@@ -44,6 +44,7 @@ local function describe_editor_keymaps()
close = {
desc = "Close describe editor without saving",
handler = "<cmd>close!<CR>",
modes = { "n" },
},
})
end