Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

TextMate bundle with some snippets for various programming languages.

Notifications You must be signed in to change notification settings

sudoremo/remofritzsche_textmate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Remo Fritzsche’s TextMate Bundle

A very simple TextMate bundle which contains some snippets and things (comment blocks, timestamps) for the programmers every-days needs. Quite personal, but maybe useful to fork for your own little bundle.

Commands

Comment block

:cb (-> Tab)

Creates a comment block like this:

# ---------------------------------------------------------------
# comment
# ---------------------------------------------------------------

Java-Style comment block

Similar to comment block, but for languages like Java, JavaScript and PHP (using /* .. */)

:jcb (->Tab)

Stamp

:stamp (-> Tab)

Creates a comment like this:

Wed May  5 20:17:43 CEST 2010 [my-name] comment

Installation

cd ~/Library/"Application Support"/TextMate/Bundles/

If that directory wasn’t found, you’ll need to create it, then:

git clone git://github.com/remofritzsche/remofritzsche_textmate.git "remofritzsche.tmbundle"

Then go to TextMate and choose

Bundles > Bundle Editor > Reload Bundles

About

TextMate bundle with some snippets for various programming languages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published