aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/tetris/README.org
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/tetris/README.org')
-rw-r--r--.config/emacs/lisp/evil-collection/modes/tetris/README.org18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/tetris/README.org b/.config/emacs/lisp/evil-collection/modes/tetris/README.org
new file mode 100644
index 0000000..5adab75
--- /dev/null
+++ b/.config/emacs/lisp/evil-collection/modes/tetris/README.org
@@ -0,0 +1,18 @@
+* tetris
+
+ Evil bindings for =tetris=, the built-in implementation of the falling-blocks game.
+
+** Key bindings
+
+ | Command | Original | Evil |
+ |----------------------+-----------+-----------------|
+ | =tetris-move-left= | =<left>= | =h= |
+ | =tetris-move-right= | =<right>= | =l= |
+ | =tetris-rotate-next= | n/a | =k= |
+ | =tetris-rotate-prev= | =<up>= | =K= |
+ | =tetris-move-down= | =<down>= | =j= |
+ | =tetris-move-bottom= | =SPC= | =J=, =G=, =TAB= |
+ | =tetris-start-game= | =n= | =gr= |
+ | =tetris-pause-game= | =p= | =p= |
+ | =tetris-end-game= | =q= | =ZZ= |
+ | =quit-window= | n/a | =q=, =ZQ= |