Suggest user create buffer-specific key mappings

This commit is contained in:
Reed Esau
2014-09-16 04:51:49 -06:00
parent 5fdd5883a6
commit 81ddca0c85

View File

@@ -308,7 +308,7 @@ augroup pencil
\ call textobj#quote#init() |
\ call textobj#sentence#init() |
\ setlocal ruler nonumber |
\ nnoremap <silent> Q gwip
\ nnoremap <buffer> <silent> Q gwip
augroup END
```