diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2012-12-10 01:28:14 +0100 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2012-12-10 01:28:14 +0100 |
| commit | 41035b62b00d3d0469e4247ffe79d68cf268831a (patch) | |
| tree | be290a742d2bac2cb418f2c0b4908f282820a4a0 | |
| parent | 71440744838ee1783309fc57269c88e24a4e0926 (diff) | |
| download | dotfiles-41035b62b00d3d0469e4247ffe79d68cf268831a.tar.gz | |
Add pendadactylrc
| -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' |
