Advertisement
Guest User

configur

a guest
Apr 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. article-sort-order author-desc
  2. auto-reload yes
  3. # reload-time 30
  4. download-full-page yes
  5. cleanup-on-quit yes
  6.  
  7. # color
  8. color background magenta black
  9.  
  10. color listnormal magenta black
  11. color listfocus cyan black bold
  12. color listnormal_unread green black bold
  13. color listfocus_unread yellow black bold
  14. color info red black bold
  15. color article cyan black
  16.  
  17.  
  18.  
  19. #vim keybinds
  20. unbind-key g # bound to `sort` by default
  21. bind-key g home
  22. unbind-key G # bound to `rev-sort` by default
  23. bind-key G end
  24.  
  25. unbind-key h
  26. unbind-key j
  27. unbind-key k
  28. unbind-key l
  29.  
  30. bind-key h quit
  31. bind-key j down
  32. bind-key k up
  33. bind-key l open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement