Files
mm/README.md
uttarayan21 76304da61f
Some checks failed
build / checks-matrix (push) Successful in 19m20s
build / codecov (push) Failing after 19m22s
docs / docs (push) Failing after 28m47s
build / checks-build (push) Has been cancelled
feat: add README with app description and keybindings
2025-10-08 05:11:49 +05:30

16 lines
418 B
Markdown

# MM - Minimal Image Viewer
A cross platform minimal image viewer with vim-like keybindings, built using rust and gpui
### Keyboard Shortcuts
| Key | Action |
|-----|--------|
| `q` or `Escape` | Quit the application |
| `j` or `→` | Next image |
| `k` or `←` | Previous image |
| `g` | Go to first image |
| `Shift+G` | Go to last image |
| `c` | Cycle through object fit modes (Contain → Cover → Fill) |