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