From 4934c4f0b48c836b26691622880ed7416fe6858b Mon Sep 17 00:00:00 2001 From: foozzi Date: Sun, 14 Jan 2024 23:31:51 -0500 Subject: [PATCH] 14012024 --- macos/.config/keybindings.toml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 macos/.config/keybindings.toml diff --git a/macos/.config/keybindings.toml b/macos/.config/keybindings.toml deleted file mode 100644 index a41b5ab..0000000 --- a/macos/.config/keybindings.toml +++ /dev/null @@ -1,17 +0,0 @@ -[keyboard] -bindings = [ - {key = "W", mods = "Command", chars = "\u001BW" }, - {key = "X", mods = "Command", chars = "\u001BX" }, - {key = 30, mods = "Command|Shift", chars = "\u001Bn" }, - {key = 33, mods = "Command|Shift", chars = "\u001Bp" }, - {key = "Z", mods = "Command", chars = "\u0001w" }, - {key = "T", mods = "Command", chars = "\u001Bt"}, - {key = "E", mods = "Command", chars = "\u001Be"}, - {key = "D", mods = "Command", chars = "\u001Bd"}, - # tmux resurrect plugin - {key = "R", mods = "Command", chars = "\u0001\u0012" }, - {key = "S", mods = "Command", chars = "\u0001\u0013" }, - # move cursor per word - {key = "Right", mods = "Alt", chars = "\u001BF"}, - {key = "Left", mods = "Alt", chars = "\u001BB"}, -]