From a3381481c4f4a03f97b1427fac97965178a1dde7 Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 18 Nov 2011 10:10:06 -0600 Subject: [PATCH] Keybindings from ttscoff --- .gitmodules | 3 +++ KeyBindings | 1 + README.md | 15 ++++++++++++++- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 KeyBindings diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..f4b0143c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "KeyBindings"] + path = KeyBindings + url = https://github.com/ttscoff/KeyBindings.git diff --git a/KeyBindings b/KeyBindings new file mode 160000 index 00000000..a62dfd4f --- /dev/null +++ b/KeyBindings @@ -0,0 +1 @@ +Subproject commit a62dfd4f8aadc4d0dffbdba4916958f2bbf78cec diff --git a/README.md b/README.md index 551db8aa..b6aa93f8 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,20 @@ Read through the gitconfig to find out what's in store. OSX Hacks --- The osx file is a bash script that sets up sensible defaults for devs and power users -under osx. Read through it before running it. +under osx. Read through it before running it. To use: + + ./osx + +OSX KeyBindings for systemwide text editing +--- +I am also experimenting with Brett Terpstra's OSX KeyBindings (github: ttscoff/KeyBindings) +for good text editing features across the entire OS. To install: + + git submodule update + mkdir -p ~/Library/KeyBindings + ln -s KeyBindings/DefaultKeyBinding.dict ~/Library/KeyBindings/ + +More info: http://brettterpstra.com/keybinding-madness/ Credits ===