summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index 8142c83..2c6c2a8 100644
--- a/vimrc
+++ b/vimrc
@@ -22,10 +22,6 @@ noremap <silent>M :<C-u>make<CR><CR><C-W>k
" S for spell checking {{{
noremap <silent><expr>S &spell ? ":\<C-u>setlocal nospell\<CR>" : ":\<C-u>setlocal spell\<CR>"
" }}}
-" editing binary files {{{
-nnoremap <C-B> :%!xxd<CR>
-nnoremap <C-R> :%!xxd -r<CR>
-" }}}
" easier tag traversal {{{
nnoremap <CR> <C-]>
nnoremap <BS> <C-T>