This commit is contained in:
Reed Esau
2016-07-30 18:57:12 -06:00

View File

@@ -261,8 +261,8 @@ with autoformat disabled.
Optionally, you can map a key in your `.vimrc` to toggle Vim's autoformat: Optionally, you can map a key in your `.vimrc` to toggle Vim's autoformat:
```vim ```vim
noremap <buffer> <silent> <F7> :<C-u>PFormatToggle<cr> noremap <silent> <F7> :<C-u>PFormatToggle<cr>
inoremap <buffer> <silent> <F7> <C-o>:PFormatToggle<cr> inoremap <silent> <F7> <C-o>:PFormatToggle<cr>
``` ```
## Manual formatting ## Manual formatting