diff options
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -22,9 +22,14 @@ highlight folded ctermbg=LightYellow " hot keys +" switch tabs map <F7> :tabp <LF> map <F8> :tabn <LF> +" convert *.bin file to ascii or reverse (make sure to open with `vim -b`!) +map <F5> :%!xxd -r <LF> +map <F6> :%!xxd <LF> + " macros " see ':help key-notation' to view documentation |