add some commands
This commit is contained in:
@@ -49,4 +49,12 @@ import CommandLine from "./CommandLine.astro";
|
||||
statusIndicator.classList.add("bg-blue");
|
||||
statusIndicator.classList.remove("bg-peach");
|
||||
});
|
||||
|
||||
window.addEventListener("openhelp", () => {
|
||||
window.location.href = "https://vimhelp.org/";
|
||||
});
|
||||
|
||||
window.addEventListener("openiccf", () => {
|
||||
window.location.href = "https://vimhelp.org/uganda.txt.html#iccf";
|
||||
});
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user