mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
docs: link Nop -> DisableDefaultAssignment
This commit is contained in:
parent
bef0fa29ac
commit
9eb85e9cbc
@ -3,6 +3,9 @@
|
||||
Causes the key press to have no effect; it behaves as though those
|
||||
keys were not pressed.
|
||||
|
||||
If instead of this you want the key presses to pass through to
|
||||
the terminal, look at [DisableDefaultAssignment](DisableDefaultAssignment.md).
|
||||
|
||||
```lua
|
||||
return {
|
||||
keys = {
|
||||
@ -12,4 +15,3 @@ return {
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user