| command | flags.run | do_walk | do_rush | |
| [dir] | 0 | True | False | go one step in specified direction |
| SHIFT+[dir] | 1 | False | True | go in specified direction until you hit a wall or run into something |
| g [dir] | 2 | False | True | run in direction <dir> until something interesting is seen |
| G [dir] | 3 | False | True | same except a branching corridor isn't considered interesting |
| CTRL+[dir] | 3 | False | True | (same as above) |
| Travel | 8 | False | True | Travel via a shortest-path algorithm to a point on the map |