diff options
author | Amin Bandali <me@aminb.org> | 2015-04-25 19:47:25 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-04-25 19:47:25 -0400 |
commit | 260fce513d9e4baa9d061a49b965353c7f645ca1 (patch) | |
tree | d757031a32637e49c4fc0c6c898313cecabb056c /pentadactyl/.pentadactylrc | |
parent | 1569ae808c4761b0e92bd20c60d8e32503e89472 (diff) | |
download | configs-260fce513d9e4baa9d061a49b965353c7f645ca1.tar.gz configs-260fce513d9e4baa9d061a49b965353c7f645ca1.tar.xz configs-260fce513d9e4baa9d061a49b965353c7f645ca1.zip |
add pentadactyl
Diffstat (limited to 'pentadactyl/.pentadactylrc')
-rw-r--r-- | pentadactyl/.pentadactylrc | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/pentadactyl/.pentadactylrc b/pentadactyl/.pentadactylrc new file mode 100644 index 0000000..fd6b0b8 --- /dev/null +++ b/pentadactyl/.pentadactylrc @@ -0,0 +1,61 @@ +"hg7166 + +loadplugins '\.(js|penta)$' +group user +set cdpath='' + +colorscheme zenburn + +"" scroll more +nmap -builtin j 5j +nmap -builtin k 5k + +"" w/e switch tabs +nmap -builtin J <C-p> +nmap -builtin K <C-n> + +"" U list closed tabs +nmap -builtin U :undo<Space> + +"" viewsource in new tab +nmap -builtin gf :tab viewsource<CR> + +"" use d and u for up and down +nmap -builtin d <C-d> +nmap -builtin u <C-u> + +"" use x and X for close and undo +nmap -builtin x d +nmap -builtin X u + +"" swap y/Y +nmap -builtin y Y +nmap -builtin Y y + +"" swap p/P +nmap -builtin p P +nmap -builtin P p + +"" private mode +nmap -builtin ,p <C-S-p> + +"" open addons manager +nmap -builtin ,a :dialog addons<CR> + +"" downloads +nmap -builtin ,d :downloads<CR> + +"" fullscreen +nmap -builtin ,F :set fullscreen!<CR> + +"" about:config +nmap -builtin ,C :tabopen about:config<CR> + +"" semicolon +nmap -builtin ; : +nmap -builtin : ; + +"" duckduckgo +set defsearch=duckduckgo + +" vim: set ft=pentadactyl: |