Default keyboard shortcuts for Ghostty terminal emulator. Platform-specific differences are noted where applicable.
| Action | Windows/Linux | macOS |
|---|---|---|
| New window | Ctrl+Shift+N | Cmd+N |
| Close window | Alt+F4 | Cmd+Shift+W |
| // see https://gist.github.com/raycohen/2296605 | |
| // see https://github.com/mahonnaise/b0rked.js | |
| var b0rked = 'https://raw.githubusercontent.com/mahonnaise/b0rked.js/master/b0rked.js'; | |
| var script= document.createElement('script'); | |
| script.type = 'text/javascript'; | |
| script.src = b0rked; | |
| document.head.appendChild(script); | |
| var logIfB0rked = function(s) { |
| View = {} | |
| (function(){ | |
| var self = View; | |
| View.init = function() { | |
| $('[href=#evt-name]').click(this.revealEventName); | |
| $('[href=#evt-when]').click(this.revealEventWhen); | |
| }, | |
| View.revealEventName = function() { |