fix ghostty keybinds

This commit is contained in:
LordMZTE 2024-01-24 19:41:08 +01:00
parent 58eb750b5f
commit e84433ff11
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -35,8 +35,8 @@ keybind = <% k %>=<% v %>
key(win_pref .. "d", "jump_to_prompt:1")
key(win_pref .. "u", "jump_to_prompt:-1")
key(win_pref .. "v", "new_split:down")
key(win_pref .. "s", "new_split:right")
key(win_pref .. "s", "new_split:down")
key(win_pref .. "v", "new_split:right")
for k, v in pairs {
h = "left",