Update README.md
This commit is contained in:
parent
17f7e0c453
commit
59b54d1a59
1 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,15 @@
|
||||||
# My Mac Configuration
|
# My Mac Configuration
|
||||||
I'm documenting this for personal use. Shell settings, vim settings, commonly used applications, et cetera...
|
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
|
### Commonly used applications
|
||||||
* homebrew - necessary for procuring shell 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
|
* karabiner - `key-repeat: 50ms delay-until-repeat: 300ms` increase your Mac's key repeat settings beyond the default range
|
||||||
|
|
Loading…
Reference in a new issue