diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:13:42 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:13:42 -0500 |
| commit | ba6824d123dc50ec39099e47c76f6c0c16d296fb (patch) | |
| tree | b427b041349dd5330c5ffa6b6419be3bb7214143 /firefox/.pentadactylrc | |
| parent | 1212a9d32dbc809bcce679b9d36f3a233af3193e (diff) | |
| download | dotfiles-ba6824d123dc50ec39099e47c76f6c0c16d296fb.tar.gz | |
Update
Diffstat (limited to 'firefox/.pentadactylrc')
| -rw-r--r-- | firefox/.pentadactylrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/firefox/.pentadactylrc b/firefox/.pentadactylrc new file mode 100644 index 0000000..f4a64a4 --- /dev/null +++ b/firefox/.pentadactylrc @@ -0,0 +1,18 @@ +"hg7226 + +loadplugins '\.(js|penta)$' +group user +map -count -modes=n e <count>:open<Space> +map -count -modes=n h <count>:back<Return> +map -count -modes=n j <count><C-d> +map -count -modes=n k <count><C-u> +map -count -modes=n l <count>:forward<Return> +map -count -modes=n o <count>:tabnext<Return> +map -count -modes=n s <count>:undo<Return> +map -count -modes=n u <count>:tabprevious<Return> +map -count -modes=n <C-c> <count>Y +set cdpath='' +set defsearch=duckduckgo +set guioptions=brs + +" vim: set ft=pentadactyl: |
