From 41035b62b00d3d0469e4247ffe79d68cf268831a Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 10 Dec 2012 01:28:14 +0100 Subject: Add pendadactylrc --- .pentadactylrc | 17 +++++++++++++++++ deploy.sh | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .pentadactylrc 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 :open +map -count -modes=n h :back +map -count -modes=n j +map -count -modes=n k +map -count -modes=n l :forward +map -count -modes=n o :tabnext +map -count -modes=n s :undo +map -count -modes=n u :tabprevious +map -count -modes=n 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' -- cgit v1.2.3-70-g09d2