mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-14 04:43:47 -05:00
Suggest user create buffer-specific key mappings
This commit is contained in:
@@ -308,7 +308,7 @@ augroup pencil
|
|||||||
\ call textobj#quote#init() |
|
\ call textobj#quote#init() |
|
||||||
\ call textobj#sentence#init() |
|
\ call textobj#sentence#init() |
|
||||||
\ setlocal ruler nonumber |
|
\ setlocal ruler nonumber |
|
||||||
\ nnoremap <silent> Q gwip
|
\ nnoremap <buffer> <silent> Q gwip
|
||||||
augroup END
|
augroup END
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user