Guest User

Untitled

a guest
Jul 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 KB | None | 0 0
  1. <llppconfig>
  2. <ui-font size='18'/>
  3. <!-- <ui-font size='18'> -->
  4. <!-- <![CDATA[/home/earnest/local/data/fonts/Fontin-Regular.otf]]> -->
  5. <!-- </ui-font> -->
  6.  
  7. <!-- OPTIONS -->
  8. <!-- width='1200' -->
  9. <!-- height='1000' -->
  10. <!-- scroll-bar-width='7' -->
  11. <!-- scroll-handle-height='12' -->
  12. <!-- horizontal-scrollbar-visible='true' -->
  13. <!-- vertical-scrollbar-visible='true' -->
  14. <!-- case-insensitive-search='true' -->
  15. <!-- preload='true' -->
  16. <!-- page-bias='0' -->
  17. <!-- scroll-step='24' -->
  18. <!-- auto-scroll-step='2' -->
  19. <!-- max-height-fit='true' -->
  20. <!-- highlight-links='false' -->
  21. <!-- under-cursor-info='false' -->
  22. <!-- vertical-margin='2' -->
  23. <!-- zoom='100' -->
  24. <!-- presentation='false' -->
  25. <!-- rotation-angle='0' -->
  26. <!-- fit-model='proportional' -->
  27. <!-- pixmap-cache-size='32M' -->
  28. <!-- tex-count='256' -->
  29. <!-- slice-height='24' -->
  30. <!-- thumbnail-width='76' -->
  31. <!-- background-color='127/127/127' -->
  32. <!-- scrollbar-color='163/163/163/178' -->
  33. <!-- scrollbar-handle-color='0/0/0/178' -->
  34. <!-- tile-width='2048' -->
  35. <!-- tile-height='2048' -->
  36. <!-- mupdf-store-size='256M' -->
  37. <!-- checkers='true' -->
  38. <!-- aalevel='8' -->
  39. <!-- trim-margins='false' -->
  40. <!-- trim-fuzz='0/0/0/0' -->
  41. <!-- uri-launcher='' -->
  42. <!-- path-launcher='lp "%s"' -->
  43. <!-- color-space='rgb' -->
  44. <!-- invert-colors='false' -->
  45. <!-- brightness='1.000000' -->
  46. <!-- selection-command='LC_CTYPE=UTF-8 xclip -i' -->
  47. <!-- synctex-command='echo SyncTex' -->
  48. <!-- pax-command='cat' -->
  49. <!-- askpass-command='' -->
  50. <!-- savepath-command='' -->
  51. <!-- update-cursor='true' -->
  52. <!-- hint-font-size='12' -->
  53. <!-- horizontal-scroll-step='24' -->
  54. <!-- page-scroll-scale='1.000000' -->
  55. <!-- use-pbo='false' -->
  56. <!-- wheel-scrolls-pages='false' -->
  57. <!-- remote-in-a-new-instance='false' -->
  58. <!-- point-and-x='false' -->
  59. <!-- point-and-x-mark='word' -->
  60. <!-- scroll-bar-on-the-left='false' -->
  61. <!-- last-visit='-9223372036854775808' -->
  62. <!-- edit-annotations-inline='true' -->
  63. <!-- coarse-presentation-positioning='false' -->
  64. <!-- use-document-css='true'/> -->
  65.  
  66. <defaults
  67. zoom='100'
  68. brightness='0.9'
  69. auto-scroll-step='12'
  70. horizontal-scroll-step='24'
  71. case-insensitive-search='true'
  72. vertical-scrollbar-visible='false'
  73. horizontal-scrollbar-visible='false'
  74.  
  75. uri-launcher='web "%s"'
  76. path-launcher='terminal -d "%s"'
  77. >
  78.  
  79. <keymap mode='global'>
  80. <!-- Use emacs style motion in menus -->
  81. <map in='ctrl-n' out='down'/>
  82. <map in='ctrl-p' out='up'/>
  83. <map in='ctrl-f' out='pgdown'/>
  84. <map in='ctrl-b' out='pgup'/>
  85.  
  86. <map in='ctrl-[' out='esc'/>
  87. <map in='ctrl-g' out='esc'/>
  88. </keymap>
  89.  
  90. <keymap mode='help'>
  91. <map in='q' out='esc'/>
  92. <map in='k' out='up'/>
  93. <map in='ctrl-u' out='pgup'/>
  94. <map in='l' out='right'/>
  95. <map in='j' out='down'/>
  96. <map in='f' out='pgdown'/>
  97. <map in='ctrl-d' out='pgdown'/>
  98. <map in='b' out='pgup'/>
  99. <map in='h' out='left'/>
  100. </keymap>
  101.  
  102. <keymap mode='outline'>
  103. <map in='q' out='esc'/>
  104. <map in='ctrl-j' out='down'/>
  105. <map in='ctrl-c' out='ctrl-ins'/>
  106. <map in='ctrl-u' out='pgup'/>
  107. <map in='ctrl-k' out='up'/>
  108. <map in='ctrl-h' out='left'/>
  109. <map in='ctrl-l' out='right'/>
  110. <map in='ctrl-d' out='pgdown'/>
  111. </keymap>
  112.  
  113. <keymap mode='birdseye'>
  114. <map in='h' out='left'/>
  115. <map in='j' out='down'/>
  116. <map in='k' out='up'/>
  117. <map in='l' out='right'/>
  118.  
  119. <map in='u' out='ctrl-k'/>
  120. <map in='d' out='ctrl-j'/>
  121. <map in='ctrl-u' out='ctrl-k'/>
  122. <map in='ctrl-d' out='ctrl-j'/>
  123.  
  124. <map in='f' out='pgdown'/>
  125. <map in='b' out='pgup'/>
  126. </keymap>
  127.  
  128. <keymap mode='view'>
  129. <map in='h' out='left'/>
  130. <map in='j' out='down'/>
  131. <map in='k' out='up'/>
  132. <map in='l' out='right'/>
  133.  
  134. <map in='u' out='ctrl-k'/>
  135. <map in='d' out='ctrl-j'/>
  136. <map in='ctrl-u' out='ctrl-k'/>
  137. <map in='ctrl-d' out='ctrl-j'/>
  138.  
  139. <map in='f' out='pgdown'/>
  140. <map in='b' out='pgup'/>
  141.  
  142. <!-- Provide sensible reverse operations for 'space' -->
  143. <map in='shift-space' out='del'/>
  144. <map in='backspace' out='del'/>
  145. </keymap>
  146.  
  147. </defaults>
  148. </llppconfig>
Add Comment
Please, Sign In to add comment