diff options
author | Jothiram Selvam | 2013-04-01 15:53:23 +0200 |
---|---|---|
committer | Jothiram Selvam | 2013-04-01 15:53:23 +0200 |
commit | ec98b5d78df18482cabb59fea1b9b4b98f9ed060 (patch) | |
tree | 4d9a18c657676464903e26e6feb847fa4e8e2433 | |
parent | 9cad8eb6037eb0fb25594455321c3d713525f5b9 (diff) | |
download | vimperator-plugins-ec98b5d78df18482cabb59fea1b9b4b98f9ed060.tar.bz2 |
Updated README
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -4,12 +4,16 @@ This is a set of plugins that will work with Vimperator While Vimperator offers already lots of cool features, we cannot and don't want to include every feature directly in the core. Therefore you can enhance the Vimperator experience by adding plugins which add new commands or mappings. Install these plugins by copying them to the ~/.vimperator/plugin/ directory (or %HOME%\vimperator\plugin on Windows) unless noted differently. -Note: This is valid only for versions Firefox 19.* and lower. +> ###### Note: Master is valid only for versions Firefox 19.* and lower. +> ##### For versions Firefox 20.* and higher, please check the branch 3.6 [here](https://github.com/vimpr/vimperator-plugins/tree/3.6) +## Plugins ### feedSomeKeys_3.js -You can add similar commands to your .vimperatorrc file +You can add the following commands to your .vimperatorrc file + +``` :command! -nargs=+ lazy autocmd VimperatorEnter .* <args> :lazy fmaps -u='mail\.google\.com/mail' c / j k n p o u e x s r a # [ ] ? gi gs gt gd ga gc :lazy fmaps -u='mail\.google\.com/mail/.*/[0-9a-f]+$' c / j,n k,p n,j p,k o u e x s r a # [ ] ? gi gs gt gd ga gc @@ -18,7 +22,8 @@ You can add similar commands to your .vimperatorrc file :lazy fmaps -u='https?://www\.rememberthemilk\.com/home/' j k m i c t ? d F,f G,g S,s L,l Y,y H,h M,m <Del> <C-S-Left> <C-S-Right> :lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/list' o j k :lazy fmaps -u='http://code.google.com/p/vimperator-labs/issues/detail' u +``` -Note: If you are planning to add them via command line, then remove the "lazy" +> Note: If you are planning to add them via command line, then remove the "lazy" |