mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +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
|
Causes the key press to have no effect; it behaves as though those
|
||||||
keys were not pressed.
|
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
|
```lua
|
||||||
return {
|
return {
|
||||||
keys = {
|
keys = {
|
||||||
@ -12,4 +15,3 @@ return {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user