Skip to content

Commit

Permalink
added commands to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfalafel committed Jul 22, 2024
1 parent 146a7f1 commit 81dd661
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ Once you're done, press __`q`__ or __`Ctrl + C`__ to __exit__.
| `Ctrl + Y`  | __Redo__, cancel the last _undo_. |
| `Ctrl + →`  | Jump 4 bytes to the right. |
| `Ctrl + ←`  | Jump 4 bytes to the left. |
| `Tab`   | Switch between _ascii_ and _hexadecimal_ editor mode. |
| `:` | Open the command bar. |
| `:q` | Exit the app. |
| `Esc` | Close the command bar. |
| `/` | Open the search bar. |

### Search
Expand All @@ -66,3 +67,13 @@ Once you're done, press __`q`__ or __`Ctrl + C`__ to __exit__.
| `:s/abc` | Search the _string_ `"acb"`. |
| `:x/4142`   | Search the hex value `0x4142`. |
| `:xi/4142`  | Search the hex value in reverse order: `0x4241`. |

### Commands

The command bar is opened with `:` in the _hexadecimal editor_ mode.

| Command | Action |
|-------------------|--------------|
| `:` | Open the command bar. |
| `:q` | Close the app. |
| `:0x1234` | Jump at the address `0x1234`. |

0 comments on commit 81dd661

Please sign in to comment.