Commit 5ee0c6c
committed
feat(keymap): Add nowait to buffer-local keymaps
Without nowait, single-key bindings like 'd' can feel sluggish if
the user has operator-pending mappings. Vim waits for potential
follow-up keys (dd, dw, etc.) before executing.1 parent 9751138 commit 5ee0c6c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments