X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.pentadactylrc;h=03b191d7d301e0778e59afef685a69f2c3b7e887;hp=78cf13d43c020146a3aee9da931c19e267fb8c76;hb=27a9f1535fb2589c7dc0a57a82b42dfbfa46b91a;hpb=46adea27ee41b3de4b29c2c2493a13c5af6541bb diff --git a/.pentadactylrc b/.pentadactylrc index 78cf13d..03b191d 100644 --- a/.pentadactylrc +++ b/.pentadactylrc @@ -16,10 +16,16 @@ set hlfind se autocomplete= " Use d/u without Control for up and down. -noremap d -noremap u +map -builtin d +map -builtin u " Show jumplist. -noremap J :jumps +map -builtin J :jumps + +" Fix vertical tabs. +style -A -n tabkit2 * [dactyl-australis=true] .tabbrowser-tabs { max-height: inherit !important; } + +" Fix uBlock popup. +style -n ublock * #nav-bar * { visibility: visible; } " vim: set ft=pentadactyl: