Skip to content

Commit

Permalink
Switch from gwap to gqap
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Choi committed Feb 16, 2011
1 parent a5f7445 commit 19d09f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -431,7 +431,7 @@ them and submit a pull request.
SoyWiki adds a few convenient Vim macros.

* `\` in normal mode reformats the current paragraph. It is equivalent to
`gwap`. (`:help formatting`)
`gqap`. (`:help formatting`)
* `,-` inserts a long dashed line
* `,d` inserts the current date and time

Expand Down
2 changes: 1 addition & 1 deletion lib/soywiki.vim
Expand Up @@ -611,7 +611,7 @@ func! s:prep_buffer()
noremap <silent> <leader>? :call <SID>show_help()<cr>
nnoremap <buffer> \ gwap
nnoremap <buffer> \ gqap
nnoremap <buffer> <Leader>- o<Esc>k72i-<Esc><CR>
nnoremap <buffer> <Leader>d :r !date<CR>o
Expand Down

0 comments on commit 19d09f6

Please sign in to comment.