Skip to content

Instantly share code, notes, and snippets.

@pawcik
Created November 14, 2016 09:01
Show Gist options
  • Select an option

  • Save pawcik/ed47993a7b861344c8da7096ae0c2694 to your computer and use it in GitHub Desktop.

Select an option

Save pawcik/ed47993a7b861344c8da7096ae0c2694 to your computer and use it in GitHub Desktop.
Enable c-h in neovim
#replace c-h with \177 key - DEL ?
infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti
# apply changes
tic $TERM.ti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment