Keybindings from ttscoff

This commit is contained in:
yan 2011-11-18 10:10:06 -06:00
parent 1f06eddc2b
commit a3381481c4
3 changed files with 18 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "KeyBindings"]
path = KeyBindings
url = https://github.com/ttscoff/KeyBindings.git

1
KeyBindings Submodule

@ -0,0 +1 @@
Subproject commit a62dfd4f8aadc4d0dffbdba4916958f2bbf78cec

View File

@ -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
===