Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ pwsh ./babae.ps1 myfile.txt

# Open with a specific theme
pwsh ./babae.ps1 myfile.txt -Theme mocha

# Open with the diagnostic pane enabled
pwsh ./babae.ps1 -DiagPane

# Enable file-based debug logging
pwsh ./babae.ps1 -DebugLog
```

### Keybindings
Expand All @@ -120,6 +126,7 @@ pwsh ./babae.ps1 myfile.txt -Theme mocha
| `^C` | Copy selection (or current line) |
| `^V` | Paste from clipboard |
| `^T` | Cycle theme |
| `^D` | Toggle diagnostics |
| `^H` | Help |
| `Arrow keys` | Move cursor |
| `Shift+Arrows` | Extend selection |
Expand Down
Loading