Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Feb 21, 2011
1 parent c2e1582 commit 8740757
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions doc/textile.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*textile.txt* Textile for Vim Last Change: November 3, 2008

===============================================================================
==============================================================================
REQUIREMENTS *textile-requirements*

- ruby - http://ruby-lang.org/ (seperate executable, not compiled in)
Expand All @@ -24,8 +24,6 @@ CHANGELOG *textile-changelog*
==============================================================================
COMMANDS *textile-commands*

h2. Commands

:TextilePreview - Render the current buffer to a temp file, and open it in
your web browser (OSX only)

Expand All @@ -41,6 +39,22 @@ h2. Commands

<Leader> is \ by default, so <Leader>rp == \rp

==============================================================================
CONFIG *textile-config*

MAC OS X:

Optional:
set g:TextileBrowser="Google Chrome" - Open preview in "Google Chrome"
rather than Safari (optional)

Other:

Mandatory:
set g:TextileOS="Linux"
set g:TextileBrowser="/path/to/browser_bin"


==============================================================================
CREDITS *textile-credits*

Expand Down

0 comments on commit 8740757

Please sign in to comment.