Fix #1937
This commit is contained in:
parent
90a985b73a
commit
278bf6e897
1 changed files with 3 additions and 1 deletions
|
|
@ -112,7 +112,9 @@ def uniq(vals, result_type=list):
|
|||
to map :kbd:`ctrl+a` to something.
|
||||
|
||||
You can use the special action :code:`no_op` to unmap a keyboard shortcut that is
|
||||
assigned in the default configuration.
|
||||
assigned in the default configuration::
|
||||
|
||||
map kitty_mod+space no_op
|
||||
|
||||
You can combine multiple actions to be triggered by a single shortcut, using the
|
||||
syntax below::
|
||||
|
|
|
|||
Loading…
Reference in a new issue