Comment by spiderice Comment by spiderice 21 hours ago 1 reply Copy Link View on Hacker News Apparently ^H is a shortcut for backspace. Good to know!
Copy Link nick__m 15 hours ago Collapse Comment - it's because ^ represents the CTRL key. In ASCII, CTRl subtract 0x40, H is 0x48 and backspace is 0x08... Reply View | 0 replies
it's because ^ represents the CTRL key. In ASCII, CTRl subtract 0x40, H is 0x48 and backspace is 0x08...