summaryrefslogtreecommitdiffstats
path: root/firefox
diff options
context:
space:
mode:
Diffstat (limited to 'firefox')
-rw-r--r--firefox/.pentadactylrc18
-rw-r--r--firefox/.vimperatorrc16
2 files changed, 34 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:
diff --git a/firefox/.vimperatorrc b/firefox/.vimperatorrc
new file mode 100644
index 0000000..63557ea
--- /dev/null
+++ b/firefox/.vimperatorrc
@@ -0,0 +1,16 @@
+"hg6927
+
+loadplugins '\.(js|penta)$'
+nnoremap e <count>:open<Space>
+nnoremap h <count>:back<Return>
+nnoremap j <C-d>
+nnoremap k <C-u>
+nnoremap l <count>:forward<Return>
+nnoremap o <count>:tabnext<Return>
+nnoremap s <count>:undo<Return>
+nnoremap u <count>:tabprevious<Return>
+nnoremap <C-c> <count>Y
+set defsearch=duckduckgo
+set gui+=nonavigation
+
+" vim: set ft=pentadactyl: