Fix ctrl-h in neovim

This commit is contained in:
Michael Campagnaro 2015-11-29 18:25:11 -05:00
parent 0ac6b8cfcd
commit d2d78133f9

4
zshrc
View File

@ -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 <c-h> in neovim
infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $HOME/.$TERM.ti
tic $HOME/.$TERM.ti