summaryrefslogtreecommitdiffstats
path: root/pentadactyl/.pentadactylrc
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-06-29 22:39:20 -0400
committerAmin Bandali <me@aminb.org>2015-06-29 22:39:20 -0400
commit2ccfc47022de38e4c592cbe02c259aa265d7c7b3 (patch)
tree5e23d9d9fd206633614494fa9d315cda92b731d8 /pentadactyl/.pentadactylrc
parent15eb709f29d2ff9b477baadff4811beefd8823cb (diff)
downloadconfigs-2ccfc47022de38e4c592cbe02c259aa265d7c7b3.tar.gz
configs-2ccfc47022de38e4c592cbe02c259aa265d7c7b3.tar.xz
configs-2ccfc47022de38e4c592cbe02c259aa265d7c7b3.zip
[pentadactyl] disable firefox tabline
and rebind J/K shortcuts
Diffstat (limited to '')
-rw-r--r--pentadactyl/.pentadactylrc7
1 files changed, 5 insertions, 2 deletions
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 <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>
@@ -70,4 +70,7 @@ set passkeys+=youtube.com:jklm
"" show toolbar
set go+=T
+"" hide tabline
+set showtabline=never
+
" vim: set ft=pentadactyl: