diff options
| author | Robert Günzler <r@gnzler.io> | 2020-02-13 02:05:57 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-02-13 02:05:57 +0100 |
| commit | f547d8632f5aa215f6a6ef5f16f32ba73c2734e1 (patch) | |
| tree | 85d4041e1895291f71f605e3f72262a77d97aab9 /.config/zathura/zathurarc | |
| parent | d1720e5ac8c43bab9ca2676b6e78e42e32a09e31 (diff) | |
zathura: Fix recolor bind
Diffstat (limited to '.config/zathura/zathurarc')
| -rw-r--r-- | .config/zathura/zathurarc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 80811d4..4f6e75f 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -25,7 +25,7 @@ set index-active-bg "#1c1c1c" set index-active-fg "#d0d0d0" map P print -map c recolor +map c set recolor map R rotate rotate-ccw map n zoom in map p zoom out |