Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.
/ textmate-config Public archive

NO LONGER MAINTAINED - My TextMate config (bundles, themes, etc)

Notifications You must be signed in to change notification settings

itspriddle/textmate-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Josh's TextMate Config

My former TextMate config. This is no longer maintained. I use Vim now, and keep a Vim config at https://github.com/itspriddle/vim-config

Included

KeyBindings.dict

This file specifies custom keymappings for TextMate. I've defined ⌃d as nextCompletion, instead of ⌃+Escape.

Themes

The web preview window is sexified by Kyle Neath's github textmate preview.

Plugins

AckMate is included for project-wide searching. The PeepOpen plugin for TextMate is installed. Note that PeepOpen is a paid program, but it is well worth the money.

Bundles

Installation

if [ -d ~/Library/Application\ Support/TextMate ]; then mv ~/Library/Application\ Support/TextMate{,.backup}; fi
git clone --recursive git://github.com/itspriddle/textmate-config.git ~/Library/Application\ Support/TextMate

Restart TextMate.

Updating Submodules

cd ~/Library/Application\ Support/TextMate
rake update

Restart TextMate

About

NO LONGER MAINTAINED - My TextMate config (bundles, themes, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published