X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/4beff0b9fb6c197ffed2feff6da772ba4ad62c30..2ccfc47022de38e4c592cbe02c259aa265d7c7b3:/pentadactyl/.pentadactylrc diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 512814b..515f69d 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -9,10 +9,12 @@ colorscheme solarized-dark "" scroll more nmap -builtin j 5j nmap -builtin k 5k +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 @@ -37,7 +39,10 @@ nmap -builtin p P nmap -builtin P p "" private mode -nmap -builtin ,p +nmap -builtin ,pp + +"" toggle pinned state +nmap -builtin ,pi :pin! "" open addons manager nmap -builtin ,a :dialog addons @@ -65,4 +70,7 @@ set passkeys+=youtube.com:jklm "" show toolbar set go+=T +"" hide tabline +set showtabline=never + " vim: set ft=pentadactyl: