diff options
author | William Carroll <wpcarro@gmail.com> | 2016-12-16T18·26-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-12-16T18·26-0500 |
commit | 59b54d1a59fee27a53eb7c4f938f3810ba009fe0 (patch) | |
tree | 484a8c56894fa5767967652d0a8156530e5a14f8 | |
parent | 17f7e0c453b18f794f7a9a1c76fd6d55dae64deb (diff) |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 `<C-h>` 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 |