Skip to content

Commit

Permalink
Add '0' visual mode command to help
Browse files Browse the repository at this point in the history
  • Loading branch information
neutralinsomniac authored and Maijin committed Mar 23, 2017
1 parent 80d428b commit 653bac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libr/core/visual.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ static int visual_help() {
" / in cursor mode search in current block\n"
" :cmd run radare command\n"
" ;[-]cmt add/remove comment\n"
" 0 seek to beginning of current function\n"
" [1-9] follow jmp/call identified by shortcut (like ;[1])\n"
" ,file add a link to the text file\n"
" /*+-[] change block size, [] = resize hex.cols\n"
Expand Down

0 comments on commit 653bac8

Please sign in to comment.