From 59b54d1a59fee27a53eb7c4f938f3810ba009fe0 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 16 Dec 2016 13:26:10 -0500 Subject: Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5750b7d15902..7469af665abd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # My Mac Configuration I'm documenting this for personal use. Shell settings, vim settings, commonly used applications, et cetera... +# Neovim + +The following snippet fixes the `` issue in neovim on macOS. + +``` +$ infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti +$ tic $TERM.ti +``` + ### Commonly used applications * homebrew - necessary for procuring shell applications * karabiner - `key-repeat: 50ms delay-until-repeat: 300ms` increase your Mac's key repeat settings beyond the default range -- cgit 1.4.1