diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2023-08-29 14:02:41 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2023-08-29 14:02:41 +0200 |
| commit | fed5ed81fbf64942dab81e7afd1eac5651290631 (patch) | |
| tree | fb2d676d623049d48acbccd84bfdda81f6fe7dbb /config | |
| parent | 74b0b99a0a7954fdb921646f5ab4abea45a45ba3 (diff) | |
feat(zathura): custom keybindings
Diffstat (limited to 'config')
| -rw-r--r-- | config/zathura/zathurarc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/zathura/zathurarc b/config/zathura/zathurarc new file mode 100644 index 0000000..f93e7e4 --- /dev/null +++ b/config/zathura/zathurarc @@ -0,0 +1,4 @@ +set selection-clipboard clipboard + +map <C-i> zoom in +map <C-o> zoom out |
