Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix vim keymapping examples in bcat(1) and index.html, closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
airblade authored and rtomayko committed Jul 11, 2010
1 parent a5f543d commit f3ac2e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions man/bcat.1.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Preview current buffer as HTML:

Create keymappings:

map ,pm :!markdown % |bcat
map ,pp :!pygmentize -Ofull,style=colorful -f html % |bcat
map ,pm :!markdown % \|bcat
map ,pp :!pygmentize -Ofull,style=colorful -f html % \|bcat

Use with `makeprg`:

Expand Down
4 changes: 2 additions & 2 deletions man/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ <h4>Vim and vi Examples</h4>

<p>Create keymappings:</p>

<pre><code>:map ,pm :!markdown % |bcat
:map ,pp :!pygmentize -Ofull,style=colorful -f html % |bcat
<pre><code>:map ,pm :!markdown % \|bcat
:map ,pp :!pygmentize -Ofull,style=colorful -f html % \|bcat
</code></pre>

<p>Use with <code>makeprg</code>:</p>
Expand Down

0 comments on commit f3ac2e2

Please sign in to comment.