diff options
author | Amin Bandali <me@aminb.org> | 2015-06-05 20:11:45 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-06-05 20:11:45 -0400 |
commit | 591b990bb2e976a6fdbc8ca984da713eb70701ab (patch) | |
tree | 2840dc781f6ca7caf26c8d07a58ea5d796170656 /pentadactyl | |
parent | cd08a411b3e95c0e10352faf8225fbe59b2a07d7 (diff) | |
download | configs-591b990bb2e976a6fdbc8ca984da713eb70701ab.tar.gz configs-591b990bb2e976a6fdbc8ca984da713eb70701ab.tar.xz configs-591b990bb2e976a6fdbc8ca984da713eb70701ab.zip |
[pentadactyl] private browsing and tab pin
Diffstat (limited to 'pentadactyl')
-rw-r--r-- | pentadactyl/.pentadactylrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc index 512814b..9c49593 100644 --- a/pentadactyl/.pentadactylrc +++ b/pentadactyl/.pentadactylrc @@ -37,7 +37,10 @@ nmap -builtin p P nmap -builtin P p "" private mode -nmap -builtin ,p <C-S-p> +nmap -builtin ,pp <C-S-p> + +"" toggle pinned state +nmap -builtin ,pi :pin!<CR> "" open addons manager nmap -builtin ,a :dialog addons<CR> |