From 273d6b495fd951a289c0c89271afde98e3a60a6c Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 6 Jan 2022 22:02:59 -0800 Subject: [PATCH] Ctrl-H is backspace --- dotfiles/vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 25804e3..5af5cfc 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -93,7 +93,6 @@ imap :set invpaste:set paste? " Mediocre Hex editing in vim " Source: http://vim.wikia.com/wiki/Improved_hex_editing " TODO: move to an include -nnoremap :Hexmode command -bar Hexmode call ToggleHex() function ToggleHex() " hex mode should be considered a read-only operation