Skip to content

Instantly share code, notes, and snippets.

@abhibeckert
abhibeckert / Sublime Mac Keys
Created February 1, 2013 05:25
Preferences and Key Bindings to make Sublime Text on Linux (and probably Windows) behave like a mac text editor.
// Preferences
{
"drag_text": true,
"find_selected_text": false,
"move_to_limit_on_up_down": true,
}
// Key Bindings
#!/bin/bash
cd /tmp
rm -rf /tmp/Dux
git clone https://github.com/abhibeckert/Dux.git
cd Dux
xcodebuild -target Dux -configuration Release
rm -r /Applications/Dux.app
mv build/Release/Dux.app /Applications/Dux.app
open /Applications/Dux.app