Compare commits
2 commits
0a2b98e59f
...
7ca4c911a6
Author | SHA1 | Date | |
---|---|---|---|
7ca4c911a6 | |||
8639824198 |
1 changed files with 7 additions and 1 deletions
|
@ -87,7 +87,7 @@ config.colors = {
|
|||
config.disable_default_key_bindings = true
|
||||
|
||||
-- Setup leader key
|
||||
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 1000 }
|
||||
config.leader = { key = "a", mods = "ALT", timeout_milliseconds = 2000 }
|
||||
|
||||
-- General keymaps
|
||||
config.keys = {
|
||||
|
@ -113,6 +113,12 @@ config.keys = {
|
|||
action = wezterm.action.ActivateTabRelative(1),
|
||||
},
|
||||
|
||||
{ -- Close tab
|
||||
key = "Q",
|
||||
mods = "LEADER",
|
||||
action = wezterm.action.CloseCurrentTab({ confirm = false }),
|
||||
},
|
||||
|
||||
--
|
||||
-- Pane management
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue