Skip to content

Commit

Permalink
feat(docs): add zkbd and neovim debug instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurigates committed May 28, 2024
1 parent f67252f commit 3c2d8f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ List available configs:
./install --list
```

## zkbd

Run `zkbd` to configure keyboard

## macOS quirks

### Jumping between words
Expand Down Expand Up @@ -57,3 +61,9 @@ Display everything that happens when starting the shell, run a simple command an
```shell
zsh -x -c 'printenv PATH' 2>&1 | rg PATH
```

## Debug neovim config

```
nvim --clean -u init.lua
```

0 comments on commit 3c2d8f3

Please sign in to comment.