summaryrefslogtreecommitdiff
path: root/src/input/command.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-23config: smarter parsing in autoParseStructJeffrey C. Ollie
2025-08-26gtk-ng: implement close_tab:other keybindJeffrey C. Ollie
2025-08-25parameterize close_tabJeffrey C. Ollie
2025-08-24Close other tabs feature on Mac.jamylak
2025-08-14gtk-ng: add show_on_screen_keyboard bindingLeah Amelia Chen
2025-07-06keybind: rename copy_title to copy_title_to_clipboardJeffrey C. Ollie
2025-07-06keybind: add copy_title actionJeffrey C. Ollie
2025-07-06keybind: add set_font_sizeJeffrey C. Ollie
2025-06-29Introduce action for copying into clipboardTroels Thomsen
2025-06-25config: add `command-palette-entry` config optionLeah Amelia Chen
2025-06-07add undo/redo keybindings, default them on macOSMitchell Hashimoto
2025-06-05input: add focus split directional commands to command paletteMitchell Hashimoto
2025-06-04core: document keybind actions betterLeah Amelia Chen
2025-05-29GTK: add action to show the GTK inspectorJeffrey C. Ollie
2025-05-15macos: add "Check for Updates" action, menu item & key-binding supportAaron Ruan
2025-05-06Add "Scroll to Selection" commandfn ⌃ ⌥
2025-05-01Binding for toggling window float on top (macOS only)Mitchell Hashimoto
2025-04-22move command filtering into apprtMitchell Hashimoto
2025-04-21order commands alphabetically and preserve capitalizationMitchell Hashimoto
2025-04-21fix CIMitchell Hashimoto
2025-04-21input: omit commands that are platform-specificMitchell Hashimoto
2025-04-21add toggle command palette bindingMitchell Hashimoto
2025-04-21input: defind Command struct and default commandsMitchell Hashimoto