mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 08:41:36 +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
|
lazygit/state.yml
|
||||||
tmux/plugins
|
tmux/plugins
|
||||||
**/*/mysql
|
**/*/mysql
|
||||||
|
**/*/.DS_Store
|
||||||
|
@ -35,4 +35,9 @@ config.hide_tab_bar_if_only_one_tab = true
|
|||||||
config.color_scheme = "Catppuccin Mocha"
|
config.color_scheme = "Catppuccin Mocha"
|
||||||
config.font_size = 16
|
config.font_size = 16
|
||||||
|
|
||||||
|
-- keys
|
||||||
|
config.keys = {
|
||||||
|
{ key = "l", mods = "ALT", action = wezterm.action.ShowLauncher },
|
||||||
|
}
|
||||||
|
|
||||||
return config
|
return config
|
||||||
|
Reference in New Issue
Block a user