diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-11 23:21:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-11 23:21:38 +0200 |
| commit | 252cea169185f5a57acb6913f622950bb27458f8 (patch) | |
| tree | 33bc09c6a5abd5bd46faec09c10de226a9993a5c /vim/doc/textile.txt | |
| parent | e19087bc292678a526a8c780bbdc58b38dcecc2c (diff) | |
Drop support for vim, cleanup nvim config
Diffstat (limited to 'vim/doc/textile.txt')
| -rw-r--r-- | vim/doc/textile.txt | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/vim/doc/textile.txt b/vim/doc/textile.txt deleted file mode 100644 index fe96b7f..0000000 --- a/vim/doc/textile.txt +++ /dev/null @@ -1,66 +0,0 @@ -*textile.txt* Textile for Vim Last Change: November 3, 2008 - -============================================================================== -REQUIREMENTS *textile-requirements* - -- ruby - http://ruby-lang.org/ (seperate executable, not compiled in) -- RedCloth - http://redcloth.org/ - -Files with the extension *.textile will auto-detected. If editing a new file, -or otherwise, run ":setf textile" to enable textile commands. - - -============================================================================== -CHANGELOG *textile-changelog* - -0.3 - Fixed keymappings in the documentation -0.2 - Added multiple colors for headers, and alternating colors for list - items - - Fixed error in the vim script for TextileRenderBufferToFile - - Changed shortcut keys from \tp to \rp (render preview instead of - textile preview, since it's file-type specific anyways) -0.1 - Initial Release - -============================================================================== -COMMANDS *textile-commands* - -:TextilePreview - Render the current buffer to a temp file, and open it in - your web browser (OSX only) - - <Leader>rp - -:TextileRenderTab - ... to a new tab - - <Leader>rt - -:TextileRenderFile - ... to a file - - <Leader>rf - -<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* - -- "Dominic Mitchell":http://happygiraffe.net/: initial syntax highlighting -- "Aaron Bieber":http://blog.aaronbieber.com/: improved syntax highlighting -- "Tim Harper":http://tim.theenchanter.com/ : improved syntax highlighting, - plugin - -vim:tw=78:noet:wrap:ts=2:expandtab:ft=help:norl: |