summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-08 21:03:03 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-08 21:03:03 -0500
commit434bbd2b3005ce49af8f1dcce0fd8119724d3ad1 (patch)
treef70c8ceca346cdf727be08c9846470d2b866da8c
parent077735dec4b2e2b0dbfea1e662303ce4ac2e2574 (diff)
downloadconf-434bbd2b3005ce49af8f1dcce0fd8119724d3ad1.tar.gz
conf-434bbd2b3005ce49af8f1dcce0fd8119724d3ad1.zip
never use this
-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>