aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/tetris/README.org
blob: 5adab753160640e19728e64a2150e1bbfd2e0a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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=       |