This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Key bindings, up/down arrow searches through history | |
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
"\eOA": history-search-backward | |
"\eOB": history-search-forward | |
# Don't source this file, that doesn't work. | |
# In stead, by default, C-x C-r is bound to re-read-init-file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
// Add click handler to hyperlinks to send restful DELETE requests | |
// | |
// Example: | |
// | |
// <a href="/delete/1" class="rest-delete">delete</a> | |
// <script>restful.init($('.rest-delete'));</script> | |
// | |
var restful = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo "Hello World! |