mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 06:26:00 +01:00
Update documentation
This commit is contained in:
parent
092fe81839
commit
30d5195328
1 changed files with 9 additions and 0 deletions
|
@ -61,6 +61,15 @@ can be used
|
||||||
set option4 hello\ world
|
set option4 hello\ world
|
||||||
set option5 "hello world"
|
set option5 "hello world"
|
||||||
|
|
||||||
|
|
||||||
|
If you want to use ``color codes`` for some options, make sure to quote them
|
||||||
|
accordingly or to escape the hash symbol.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
set default-fg "#CCBBCC"
|
||||||
|
set default-fg \#CCBBCC
|
||||||
|
|
||||||
map - Mapping a shortcut
|
map - Mapping a shortcut
|
||||||
------------------------
|
------------------------
|
||||||
It is possible to map or remap new key bindings to shortcut functions which
|
It is possible to map or remap new key bindings to shortcut functions which
|
||||||
|
|
Loading…
Reference in a new issue