diff --git a/doc/fortunes.tips b/doc/fortunes.tips index b633cfdc00..e8ecd3c487 100644 --- a/doc/fortunes.tips +++ b/doc/fortunes.tips @@ -16,7 +16,7 @@ Use +,-,*,/ to change the size of the block Change the block size with 'b '. In visual mode you can also enter rizin command pressing the ':' key (like vi does) If you want to open the file in read-write mode, invoke rizin with '-w' Print the contents of the current block with the 'p' command -Command layout is: @. For example: 3x20@0x33 will show 3 hexdumps of 20 bytes at 0x33 +Command layout is: ' @ '. For example: '3x 20 @ 0x33' will show 3 hexdumps of 20 bytes at 0x33 Press 'c' in visual mode to toggle the cursor mode Press 'C' in visual mode to toggle colors You can 'copy/paste' bytes using the cursor in visual mode 'c' and using the 'y' and 'Y' keys