summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-12-10 01:28:14 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2012-12-10 01:28:14 +0100
commit41035b62b00d3d0469e4247ffe79d68cf268831a (patch)
treebe290a742d2bac2cb418f2c0b4908f282820a4a0
parent71440744838ee1783309fc57269c88e24a4e0926 (diff)
downloaddotfiles-41035b62b00d3d0469e4247ffe79d68cf268831a.tar.gz
Add pendadactylrc
-rw-r--r--.pentadactylrc17
-rwxr-xr-xdeploy.sh2
2 files changed, 18 insertions, 1 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
diff --git a/deploy.sh b/deploy.sh
index 43f84a3..a934c19 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-DEPLOY_DIR=../test2/ #don't forget the trailing slash
+DEPLOY_DIR=$HOME/ #don't forget the trailing slash
OIFS="$IFS"
IFS=$'\n'