motions.md
These are the Vim motions this site supports. You can also toggle the overlay with ? or :help to see this list at any time.
keymaps
- j / k
- scroll down / up
- gg / G
- jump to top / bottom
- ]b / [b
- next / previous buffer
- L / H
- next / previous buffer (LazyVim style)
- Space e
- toggle the file explorer (sidebar on desktop, drawer on mobile)
- :
- open the command-line
- /
- fuzzy finder (Telescope-style)
- Space f f
- fuzzy finder, the long way
- ?
- keymap overlay
- Esc
- close any overlay, restore focus
commands
- :e <file>
- open a buffer — Tab completes file names
- :e!
- hard reload
- :help
- keymap overlay
- :set bg=light | bg=dark
- switch theme
- :set ascii | noascii
- index photo <-> ASCII art (persisted)
- :q
- try it
- :q!
- goodbye.
Keys go quiet while an input has focus, and none of them touch browser shortcuts — no Ctrl/Cmd combos are bound.