Skip to content

Commit

Permalink
Update README.mkd
Browse files Browse the repository at this point in the history
  • Loading branch information
benmills committed Mar 1, 2012
1 parent 6f66c73 commit 8e68a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.mkd
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Run a system command in a small horizontal split bellow the current pane vim is


```viml ```viml
" Run the current file with rspec " Run the current file with rspec
map <Leader>rb :call RunVimTmuxCommand("clear && rspec " . bufname("%"))<CR> map <Leader>rb :call RunVimTmuxCommand("clear; rspec " . bufname("%"))<CR>
``` ```


### PromptVimTmuxCommand ### PromptVimTmuxCommand
Expand Down Expand Up @@ -62,7 +62,7 @@ map <Leader>rs :InterruptVimTmuxRunner<CR>


```viml ```viml
" Run the current file with rspec " Run the current file with rspec
map <Leader>rb :call RunVimTmuxCommand("clear && rspec " . bufname("%"))<CR> map <Leader>rb :call RunVimTmuxCommand("clear; rspec " . bufname("%"))<CR>
" Prompt for a command to run " Prompt for a command to run
map <Leader>rp :PromptVimTmuxCommand<CR> map <Leader>rp :PromptVimTmuxCommand<CR>
Expand Down

0 comments on commit 8e68a62

Please sign in to comment.