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
| ;"use strict"; | |
| /*** | |
| * Transform normal ol' HTML forms into magical socket-abusing creatures | |
| * @param [forms] An array of HTML forms | |
| * @param socket The socket to use | |
| */ | |
| function autoform (forms, socket) { | |
| let formsLength = forms.length; | |
| for (let i = 0; i < formsLength; i++) { | |
| let form = forms[i]; |
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
| ### | |
| # A series of customizations to make tmux a bit more managable | |
| # | |
| # Remap prefix from Ctrl+B to Ctrl+A | |
| unbind C-b | |
| set-option -g prefix C-a | |
| bind-key C-a send-prefix |
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
| \t{6}"tags"\n\t{6}{(\n\t{7}.+)+\n\t{6}} |