Ctrl-H is backspace

This commit is contained in:
David Tomaschik
2022-01-06 22:02:59 -08:00
parent d41703820d
commit 273d6b495f

View File

@@ -93,7 +93,6 @@ imap <silent> <F4> <ESC>:set invpaste<CR>:set paste?<CR>
" Mediocre Hex editing in vim
" Source: http://vim.wikia.com/wiki/Improved_hex_editing
" TODO: move to an include
nnoremap <C-H> :Hexmode<CR>
command -bar Hexmode call ToggleHex()
function ToggleHex()
" hex mode should be considered a read-only operation