mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Ctrl-H is backspace
This commit is contained in:
@@ -93,7 +93,6 @@ imap <silent> <F4> <ESC>:set invpaste<CR>:set paste?<CR>
|
|||||||
" Mediocre Hex editing in vim
|
" Mediocre Hex editing in vim
|
||||||
" Source: http://vim.wikia.com/wiki/Improved_hex_editing
|
" Source: http://vim.wikia.com/wiki/Improved_hex_editing
|
||||||
" TODO: move to an include
|
" TODO: move to an include
|
||||||
nnoremap <C-H> :Hexmode<CR>
|
|
||||||
command -bar Hexmode call ToggleHex()
|
command -bar Hexmode call ToggleHex()
|
||||||
function ToggleHex()
|
function ToggleHex()
|
||||||
" hex mode should be considered a read-only operation
|
" hex mode should be considered a read-only operation
|
||||||
|
|||||||
Reference in New Issue
Block a user