Under Emacs mode, typically the default for most shells.
Ctrl + B| Basic moves | |
|---|---|
| Move back one character | |
| /* | |
| Jquery and Rails powered default application.js | |
| Easy Ajax replacement for remote_functions and ajax_form based on class name | |
| All actions will reply to the .js format | |
| Unostrusive, will only works if Javascript enabled, if not, respond to an HTML as a normal link | |
| respond_to do |format| | |
| format.html | |
| format.js {render :layout => false} | |
| end | |
| */ |