From cf305d3ce84fa3bc1622d7416bc768604908287d Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 03 Feb 2022 23:10:11 +0000 Subject: [PATCH] Added mac comfig to redefine keybindings --- mac/DICT | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/mac/DICT b/mac/DICT new file mode 100644 index 0000000..093cf9a --- /dev/null +++ b/mac/DICT @@ -0,0 +1,12 @@ +custom() { + defaults write NSGlobalDomain NSUserKeyEquivalents '{ +Copy = "^c"; +Cut = "^x"; +Paste = "^v"; +}' + defaults write com.google.Chrome NSUserKeyEquivalents '{ +"Close Tab" = "^w"; +"New Tab" = "^t"; +"Re-open Closed Tab" = "^$t"; +}' +} -- Gitblit v1.9.3