X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/591b990bb2e976a6fdbc8ca984da713eb70701ab..f763cac6434967fdd77ac09ac565acfe6ef80224:/pentadactyl/.pentadactylrc?ds=inline

diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc
index 9c49593..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 <C-p>
-nmap -builtin K <C-n>
+nmap -builtin K <C-p>
+nmap -builtin J <C-n>
 
 "" U list closed tabs
 nmap -builtin U :undo<Space>
@@ -68,4 +70,7 @@ set passkeys+=youtube.com:jklm
 "" show toolbar
 set go+=T
 
+"" hide tabline
+set showtabline=never
+
 " vim: set ft=pentadactyl: