mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 00:31:35 +00:00
update macos wezterm key bindings
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
lazygit/state.yml
|
||||
tmux/plugins
|
||||
**/*/mysql
|
||||
**/*/.DS_Store
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user