mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-10 10:53:48 -05:00
Merge branch 'master' of https://github.com/reedes/vim-pencil
This commit is contained in:
@@ -261,8 +261,8 @@ with autoformat disabled.
|
||||
Optionally, you can map a key in your `.vimrc` to toggle Vim's autoformat:
|
||||
|
||||
```vim
|
||||
noremap <buffer> <silent> <F7> :<C-u>PFormatToggle<cr>
|
||||
inoremap <buffer> <silent> <F7> <C-o>:PFormatToggle<cr>
|
||||
noremap <silent> <F7> :<C-u>PFormatToggle<cr>
|
||||
inoremap <silent> <F7> <C-o>:PFormatToggle<cr>
|
||||
```
|
||||
|
||||
## Manual formatting
|
||||
|
||||
Reference in New Issue
Block a user