update macos wezterm key bindings

This commit is contained in:
xfy
2024-11-20 08:58:18 +08:00
parent 3ce86d37dc
commit e672d8dad1
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
lazygit/state.yml
tmux/plugins
**/*/mysql
**/*/.DS_Store

View File

@ -35,4 +35,9 @@ config.hide_tab_bar_if_only_one_tab = true
config.color_scheme = "Catppuccin Mocha"
config.font_size = 16
-- keys
config.keys = {
{ key = "l", mods = "ALT", action = wezterm.action.ShowLauncher },
}
return config