projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15eb709
)
[pentadactyl] disable firefox tabline
author
Amin Bandali
<me@aminb.org>
Tue, 30 Jun 2015 02:39:20 +0000
(22:39 -0400)
committer
Amin Bandali
<me@aminb.org>
Tue, 30 Jun 2015 02:39:20 +0000
(22:39 -0400)
and rebind J/K shortcuts
pentadactyl/.pentadactylrc
patch
|
blob
|
blame
|
history
diff --git
a/pentadactyl/.pentadactylrc
b/pentadactyl/.pentadactylrc
index
1dc0646
..
515f69d
100644
(file)
--- 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: