From d2d78133f95a3c7ba5e62210daefa8f9e8ad5a04 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Sun, 29 Nov 2015 18:25:11 -0500 Subject: [PATCH] Fix ctrl-h in neovim --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 89e7fcd..8742dd7 100644 --- a/zshrc +++ b/zshrc @@ -92,3 +92,7 @@ source $ZSH/lib/*.zsh # Source my custom files after oh-my-zsh so I can override things. source $HOME/.dotfiles/zsh/aliases source $HOME/.dotfiles/zsh/functions + +# Fix in neovim +infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $HOME/.$TERM.ti +tic $HOME/.$TERM.ti