.pentadactylrc 535 B

123456789101112131415161718192021222324252627282930
  1. " set guioptions=rbT
  2. set hinttimeout=500
  3. set incfind
  4. set hlfind
  5. set maxitems=20
  6. set newtab=all
  7. set runtimepath=~/.config/pentadactyl
  8. set novisualbell
  9. set hintinputs+=name
  10. set wildmode=list:longest,full
  11. set hintkeys=qwertyuiopasdfghjklzxcvbnm
  12. hi -a Hint font-size: 10pt !important;
  13. set passunknown=base
  14. set verbose=0
  15. " don't show autocomplete list until <Tab>
  16. set autocomplete=
  17. " Faster Scrolling
  18. map -b j 4j
  19. map -b k 4k
  20. map -b h 4h
  21. map -b l 4l
  22. " history
  23. map -b J <C-n>
  24. map -b K <C-p>
  25. map ,m :execute "!mpv " + content.location<CR>