summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 0315acd..d5e20c2 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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