[R] Vim-R-plugin (new version)
Jakson A. Aquino
jaksonaquino at gmail.com
Mon Oct 5 16:12:57 CEST 2009
Dear R users,
The author of Tinn-R (Jose Claudio Faria) now is co-author of
Vim-R-plugin2, a plugin that makes it possible to send commands
from the Vim text editor to R. We added many new key bindings,
restructured the menu and created new Tool Bar buttons. The new
version is available at:
http://www.vim.org/scripts/script.php?script_id=2628
NOTES:
(1) Some old key binding changed, including the shortcuts
to start R.
(2) The plugin doesn't work on Microsoft Windows yet.
Below is the plugin's menu structure, and the corresponding
default keyboard shortcuts:
Start/Close
. Start R (default) \rf
. Start R --vanilla \rv
. Start R (custom) \rc
--------------------------------------------
. Close R (no save) \rq
. Close R (save workspace) \rw
-----------------------------------------------
Send
. File f5
. File (echo) F5
--------------------------------------------
. Block (cur) f6
. Block (cur, echo) F6
. Block (cur, echo and down) ^F6
--------------------------------------------
. Function (cur) f7
. Function (cur and down) F7
--------------------------------------------
. Selection f8
. Selection (echo) F8
. Selection (and down) f9
. Selection (echo and down) F9
--------------------------------------------
. Line f8
. Line (and down) f9
. Line (and new one) \q
-----------------------------------------------
Control
. List space \rl
. Clear console \rr
. Clear all \rm
--------------------------------------------
. Object (print) \rp
. Object (names) \rn
. Object (str) \rt
--------------------------------------------
. Arguments (cur) \ra
. Example (cur) \re
. Help (cur) \rh
--------------------------------------------
. Summary (cur) \rs
. Plot (cur) \rg
. Plot and summary (cur) \rb
--------------------------------------------
. Set working directory (cur file path) \rd
--------------------------------------------
. Sweave (cur file) \sw
. Sweave and PDF (cur file) \sp
--------------------------------------------
. Rebuild (list of objects) \ro
Best regards,
Jakson Aquino
More information about the R-help
mailing list