summaryrefslogtreecommitdiff
path: root/src/config.zig
AgeCommit message (Expand)Author
2023-08-28config: new "font-variation" set of configurations to set variable fontMitchell Hashimoto
2023-08-26config: add doc comment for cursor-textMitchell Hashimoto
2023-08-26Implement cursor text in addition to colorKevin Hovsäter
2023-08-23config: image-storage-limit to set maximum image memory per terminalMitchell Hashimoto
2023-08-20remove imgui and devmodeMitchell Hashimoto
2023-08-18config: repeatablestring must copy values it parses into arenaMitchell Hashimoto
2023-08-14config: macos-option-as-alt now accepts "left", "right"Mitchell Hashimoto
2023-08-13config: remove pc style function keys, handled separately nowMitchell Hashimoto
2023-08-13macos-option-as-alt config, handle alt-prefix for charCallbackMitchell Hashimoto
2023-08-09"copy-on-select" configuation to disableMitchell Hashimoto
2023-08-09linux default keybindings for scroll top, bot, page up, downMitchell Hashimoto
2023-08-09scroll top, bot, page up, page down binding actionsMitchell Hashimoto
2023-08-08bind sequences for PC style function keys from xtermMitchell Hashimoto
2023-08-08Fix typosKevin Hovsäter
2023-08-07Revert "Merge pull request #244 from mitchellh/alt-as-esc"Mitchell Hashimoto
2023-08-07non-macos doesn't support directional bindingsMitchell Hashimoto
2023-08-07make keyboard modifiers left/right-aware throughout coreMitchell Hashimoto
2023-08-05bind shift+<page-up/down> to jump_to_prompt back/forward, respectivelyMitchell Hashimoto
2023-08-04Add config setting to turn non-native fullscreen on or offThorsten Ball
2023-07-23config: change default keybind for goto-split on non-DarwinThorsten Ball
2023-07-10move a bunch of files to src/osMitchell Hashimoto
2023-07-09write_scrollback_file bindingMitchell Hashimoto
2023-07-06config: support enum cloningMitchell Hashimoto
2023-07-06change "auto" to "detect" for shell integrationMitchell Hashimoto
2023-07-06allow configuring shell integration injectionMitchell Hashimoto
2023-07-06keybinding jump_to_prompt for semantic promptsMitchell Hashimoto
2023-07-05font-feature config to enable/disable OpenType Font FeaturesMitchell Hashimoto
2023-07-03background-blur-radius for macOSMitchell Hashimoto
2023-07-03config: clarify reloadMitchell Hashimoto
2023-07-03metal: start setting up background transparencyMitchell Hashimoto
2023-07-03config: add background-opacity and float parsing for configMitchell Hashimoto
2023-07-02Toggle fullscreen on super/ctrl+return, only macOS for nowThorsten Ball
2023-07-01font: turn rasterization options into a struct, add thickenMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
2023-06-25Update zig, mach, fmtMitchell Hashimoto
2023-05-31apprt: clean up how apprt initializes surfacesMitchell Hashimoto
2023-04-05config: add confirm-close-surfaceJack Pearkes
2023-03-27apprt/gtk: close keybind doesn't leak memoryMitchell Hashimoto
2023-03-20if no argv, then don't load CLI argsMitchell Hashimoto
2023-03-19Merge pull request #117 from mitchellh/config-stuffMitchell Hashimoto
2023-03-19don't look up default shell from SHELL env if shell is setMitchell Hashimoto
2023-03-19macos: implement config reloading callbackMitchell Hashimoto
2023-03-19reload_config keybinding (defaults to ctrl+alt+super+space)Mitchell Hashimoto
2023-03-19config: dedicated load func so we can reloadMitchell Hashimoto
2023-03-19config: implement comparison for keybinding changeMitchell Hashimoto
2023-03-19config: changed() to test if a specific key has changedMitchell Hashimoto
2023-03-19config: implement change iterator (one todo)Mitchell Hashimoto
2023-03-19config supports clone() operation for a deep copyMitchell Hashimoto
2023-03-17linux: proper split shortcutsMitchell Hashimoto
2023-03-16linux copy/paste defaults to ctrl+shift+c/vMitchell Hashimoto