about summary refs log tree commit diff homepage
path: root/explore.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-07 00:20:23 -0500
committerJune McEnroe <june@causal.agency>2019-01-07 00:20:23 -0500
commit9d0a9f16cffd135220970cd0ba944b88400a734e (patch)
tree44230dca0f4832e6667dd4c5d04163ef49eff0a6 /explore.html
parentFix explore image URL (diff)
downloadtorus-9d0a9f16cffd135220970cd0ba944b88400a734e.tar.gz
torus-9d0a9f16cffd135220970cd0ba944b88400a734e.zip
Add Q/Home binding in explore
Diffstat (limited to '')
-rw-r--r--explore.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/explore.html b/explore.html
index 6508cec..37967fa 100644
--- a/explore.html
+++ b/explore.html
@@ -78,6 +78,7 @@ Code is available from
 	rarr.onclick = () => move( 1,  0);
 	document.onkeydown = function(event) {
 		switch (event.key) {
+			case "Q": case "Home":       home.onclick(); break;
 			case "h": case "ArrowLeft":  larr.onclick(); break;
 			case "j": case "ArrowDown":  darr.onclick(); break;
 			case "k": case "ArrowUp":    uarr.onclick(); break;
ubject'>Add vim-gitgutterJune McEnroe 2013-04-23Remove unused pluginsJune McEnroe 2013-04-23Switch to base16-default colorschemeJune McEnroe 2013-03-26Replace nerdcommenter with vim-commentaryJune McEnroe 2013-03-24Add paredit.vimJune McEnroe 2013-03-14Update base16-vimJune McEnroe It's still crap 2013-03-12Hide mode from below statuslineJune McEnroe 2013-03-12Switch to powerlineJune McEnroe Which I'm not going to bother configuring because it thinks it's all fancy and for other things that aren't Vim so it stores its config file in ~/.config which I keep in a different repo and I only want to use it for Vim so fuck you, Powerline. </rant> 2013-03-12Remove vim-powerlineJune McEnroe 2013-02-03Update base16 and refheapJune McEnroe 2013-02-03Ignore plugin/private.vimJune McEnroe 2012-09-29Disable GUI dialogsJune McEnroe