Fix broken code block in README.md (#750)
Adds missing closing code fence in README.md to fix incorrect formatting of vim-snipmate mappings.
This commit is contained in:
parent
63419d6513
commit
86762cf230
1 changed files with 1 additions and 0 deletions
|
@ -332,6 +332,7 @@ nmap <C-n> <Plug>yankstack_substitute_newer_paste
|
||||||
let g:ctrlp_map = '<C-f>'
|
let g:ctrlp_map = '<C-f>'
|
||||||
map <leader>j :CtrlP<cr>
|
map <leader>j :CtrlP<cr>
|
||||||
map <C-b> :CtrlPBuffer<cr>
|
map <C-b> :CtrlPBuffer<cr>
|
||||||
|
```
|
||||||
|
|
||||||
[vim-snipmate](https://github.com/garbas/vim-snipmate) mappings to autocomplete via snippets:
|
[vim-snipmate](https://github.com/garbas/vim-snipmate) mappings to autocomplete via snippets:
|
||||||
```vim
|
```vim
|
||||||
|
|
Loading…
Reference in a new issue