dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 317643a8c188e4e18b12516bdf43e87e1dbf897b
parent 28378c2341bdded926731b839a1fa353d74da7a1
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Mon, 15 Feb 2021 10:28:01 +0100

zathura: presentation mode keybindings

Diffstat:
Mzathura/zathurarc | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/zathura/zathurarc b/zathura/zathurarc @@ -45,6 +45,14 @@ map Z toggle_fullscreen map [fullscreen] Z toggle_fullscreen map ; feedkeys : +map [normal] % toggle_presentation +map [presentation] % toggle_presentation +map [presentation] n navigate next +map [presentation] p navigate previous +map [presentation] gg goto top +map [presentation] G goto bottom +unmap [presentation] q + # External commands map O exec "open -a Skim '$FILE'" map ! feedkeys ":exec ''<Left>"