Add Zathura configuration

This commit is contained in:
contrapunctus 2022-09-19 10:13:05 +05:30
parent cfe0510d64
commit 5d91b1ee56
1 changed files with 61 additions and 0 deletions

61
.config/zathura/zathurarc Normal file
View File

@ -0,0 +1,61 @@
set recolor true
# ## IJKL ##
# unmap h
# unmap j
# unmap k
# map j scroll left
# map k scroll down
# map i scroll up
# map I navigate previous
# map K navigate next
# map <BackSpace> scroll full-up
# unmap [index] h
# unmap [index] j
# unmap [index] k
# map [index] j navigate_index collapse
# map [index] i navigate_index up
# map [index] k navigate_index down
# ## Boon (IOKL) ##
# unmap h
# unmap j
# unmap k
# unmap o
# unmap O
# map i scroll up
# map o scroll down
# map k scroll left
# map l scroll right
# map I navigate previous
# map O navigate next
# map <BackSpace> scroll full-up
# unmap [index] h
# unmap [index] j
# unmap [index] o
# map [index] j navigate_index collapse
# map [index] i navigate_index up
# map [index] o navigate_index down
## Boon Dvorak ##
unmap c
unmap r
unmap h
unmap s
unmap t
unmap n
map c scroll up
map r scroll down
map t scroll left
map n scroll right
map C navigate previous
map R navigate next
map <BackSpace> scroll full-up
unmap [index] h
unmap [index] c
unmap [index] r
map [index] h navigate_index collapse
map [index] c navigate_index up
map [index] r navigate_index down
map b search forward
map B search backward