diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:13:42 -0500 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2016-01-30 00:13:42 -0500 |
| commit | ba6824d123dc50ec39099e47c76f6c0c16d296fb (patch) | |
| tree | b427b041349dd5330c5ffa6b6419be3bb7214143 /firefox/.vimperatorrc | |
| parent | 1212a9d32dbc809bcce679b9d36f3a233af3193e (diff) | |
| download | dotfiles-ba6824d123dc50ec39099e47c76f6c0c16d296fb.tar.gz | |
Update
Diffstat (limited to 'firefox/.vimperatorrc')
| -rw-r--r-- | firefox/.vimperatorrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/firefox/.vimperatorrc b/firefox/.vimperatorrc new file mode 100644 index 0000000..63557ea --- /dev/null +++ b/firefox/.vimperatorrc @@ -0,0 +1,16 @@ +"hg6927 + +loadplugins '\.(js|penta)$' +nnoremap e <count>:open<Space> +nnoremap h <count>:back<Return> +nnoremap j <C-d> +nnoremap k <C-u> +nnoremap l <count>:forward<Return> +nnoremap o <count>:tabnext<Return> +nnoremap s <count>:undo<Return> +nnoremap u <count>:tabprevious<Return> +nnoremap <C-c> <count>Y +set defsearch=duckduckgo +set gui+=nonavigation + +" vim: set ft=pentadactyl: |
