mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2022-02-03 cf305d3ce84fa3bc1622d7416bc768604908287d
Added mac comfig to redefine keybindings
1 files added
12 ■■■■■ changed files
mac/DICT 12 ●●●●● patch | view | raw | blame | history
mac/DICT
New file
@@ -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";
}'
}