make sure alt and ctrl+/ work on macOS
This commit is contained in:
parent
3d0d1e57cd
commit
40b61db332
1 changed files with 8 additions and 4 deletions
|
|
@ -13,9 +13,10 @@ normal = { family = "JetBrainsMono Nerd Font", style = "Thin" }
|
|||
size = 17
|
||||
|
||||
[window]
|
||||
option_as_alt = "Both"
|
||||
decorations = "None"
|
||||
padding = { x = 12, y = 12 }
|
||||
dynamic_padding = false
|
||||
padding = { x = 12, y = 5 }
|
||||
dynamic_padding = true
|
||||
|
||||
[bell]
|
||||
duration = 10
|
||||
|
|
@ -24,5 +25,8 @@ color = "#3a3a3a"
|
|||
[cursor]
|
||||
style = { shape = "Block", blinking = "Always" }
|
||||
|
||||
[keyboard]
|
||||
bindings = [{ key = "T", mods = "Command", action = "CreateNewWindow" }]
|
||||
# Required to make Ctrl+/ work on macOS (used in Telescope)
|
||||
[[keyboard.bindings]]
|
||||
chars = "\u001F"
|
||||
key = "Slash"
|
||||
mods = "Control"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue