diff options
author | Yuchen Pei <id@ypei.org> | 2023-09-09 15:14:02 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-09-09 15:14:02 +1000 |
commit | 303e51b3e070e30b7e7eed930ef12a7af4498ee8 (patch) | |
tree | 4c958b8efa9f83f49272c2f7ba74459182174b76 /misc | |
parent | b619303c7bffdc570c6a0dd867341cb078f5f63a (diff) |
[zathura] Documentation on failed emacs key binding attempt
Diffstat (limited to 'misc')
-rw-r--r-- | misc/.config/zathura/zathurarc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/.config/zathura/zathurarc b/misc/.config/zathura/zathurarc index 23cfaa7..9b399c2 100644 --- a/misc/.config/zathura/zathurarc +++ b/misc/.config/zathura/zathurarc @@ -1,2 +1,6 @@ set vertical-center true -set selection-clipboard clipboard
\ No newline at end of file +set selection-clipboard clipboard +# search forward is not working, so we give up on emacs keybinding +# map n scroll down +# map p scroll up +# map s search forward |