summaryrefslogtreecommitdiffstats
path: root/.pentadactylrc
diff options
context:
space:
mode:
Diffstat (limited to '.pentadactylrc')
-rw-r--r--.pentadactylrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/.pentadactylrc b/.pentadactylrc
new file mode 100644
index 0000000..a4e8d9a
--- /dev/null
+++ b/.pentadactylrc
@@ -0,0 +1,17 @@
+"hg6837
+
+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 defsearch=duckduckgo
+set guioptions=brM
+
+" vim: set ft=pentadactyl: \ No newline at end of file