dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

zathurarc (633B)


      1 set guioptions ""
      2 set default-bg "#30303a"
      3 set default-fg "#d6d6d6"
      4 set statusbar-bg "#30303a"
      5 set statusbar-fg "#d6d6d6"
      6 set inputbar-bg "#30303a"
      7 set inputbar-fg "#FFFFFF"
      8 set adjust-open	width
      9 set completion-highlight-bg "#30303a"
     10 set completion-highlight-fg "#aaaaaa"
     11 set statusbar-home-tilde
     12 #set font "Dina normal 8"
     13 
     14 map <C-o> feedkeys ":exec zathura '$FILE'<Return>"
     15 map <C-i> feedkeys ":exec getdoi --notify --clip '$FILE'<Return>"
     16 map <C-s> feedkeys ":exec scholarref --add '$FILE'<Return>"
     17 map <C-y> feedkeys ":exec sh -c 'printf \"%\" \"$FILE\" | xclip -i'<Return>"
     18 map <C-t> jumplist backward
     19 map <C-]> jumplist forward