Fix ctrl-h in neovim
This commit is contained in:
4
zshrc
4
zshrc
@@ -92,3 +92,7 @@ source $ZSH/lib/*.zsh
|
|||||||
# Source my custom files after oh-my-zsh so I can override things.
|
# Source my custom files after oh-my-zsh so I can override things.
|
||||||
source $HOME/.dotfiles/zsh/aliases
|
source $HOME/.dotfiles/zsh/aliases
|
||||||
source $HOME/.dotfiles/zsh/functions
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user