diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-26 11:47:42 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-26 11:47:42 +0200 | 
| commit | 8fec66dccab9a055e553d2c060ab6a150b72bbfe (patch) | |
| tree | 8ec68a0827f5d4c1e123a9b1289d51bbba2a8219 | |
| parent | ba95de759a536f436a83e55b9f3302bd6ade7aae (diff) | |
added keybindings
| -rw-r--r-- | config/extra/zathura/zathurarc | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc index 478cd17..a78ef16 100644 --- a/config/extra/zathura/zathurarc +++ b/config/extra/zathura/zathurarc @@ -5,10 +5,13 @@ map   [fullscreen]              i            zoom in  map   [fullscreen]              o            zoom out  # normal mappings -map   r                         reload -map   R                         rotate -map   i                         zoom in -map   o                         zoom out +map		r				reload +map		R				rotate +map		i				zoom in +map		o				zoom out +map		f				toggle_fullscreen +map		x				toggle_statusbar +map		X				toggle_index  set   font                      "monospace bold 11"  set   adjust-open               "best-fit"  | 
