From: Amin Bandali Date: Tue, 30 Jun 2015 02:39:20 +0000 (-0400) Subject: [pentadactyl] disable firefox tabline X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/2ccfc47022de38e4c592cbe02c259aa265d7c7b3 [pentadactyl] disable firefox tabline and rebind J/K shortcuts --- diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 1dc0646..515f69d 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -13,8 +13,8 @@ nmap -builtin h 5h nmap -builtin l 5l "" w/e switch tabs -nmap -builtin J -nmap -builtin K +nmap -builtin K +nmap -builtin J "" U list closed tabs nmap -builtin U :undo @@ -70,4 +70,7 @@ set passkeys+=youtube.com:jklm "" show toolbar set go+=T +"" hide tabline +set showtabline=never + " vim: set ft=pentadactyl: