small rename

This commit is contained in:
Mitchell Hashimoto
2024-10-25 19:23:13 -07:00
parent f4ba95b2c5
commit 3c8fc86d6f
3 changed files with 7 additions and 6 deletions

View File

@@ -1271,8 +1271,9 @@ keybind: Keybinds = .{},
@"quick-terminal-screen": QuickTerminalScreen = .main,
/// Duration (in seconds) of the quick terminal enter and exit animation.
/// Set it to 0 to disable animation.
@"quick-terminal-animate-duration": f64 = 0.2,
/// Set it to 0 to disable animation completely. This can be changed at
/// runtime.
@"quick-terminal-animation-duration": f64 = 0.2,
/// Whether to enable shell integration auto-injection or not. Shell integration
/// greatly enhances the terminal experience by enabling a number of features: