diff options
| -rw-r--r-- | .pentadactylrc | 17 | ||||
| -rwxr-xr-x | deploy.sh | 2 |
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 @@ -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' |
