Added subs for <pre...>
This commit is contained in:
parent
58aea369ce
commit
4c47a51169
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ nnoremap <Leader>b :BundleUpdate<CR>:q<CR>
|
|||
nnoremap <Leader>c :!wc %<CR>
|
||||
nnoremap <Leader>f :set nolist<CR>
|
||||
nnoremap <Leader>F :set list<CR>
|
||||
nnoremap <Leader>m :%s/<code>/`/ge<CR>:%s/<\/code>/`/ge<CR>:%s/<h2>/## /ge<CR>:%s/<\/h2>//ge<CR>:%s/<\/pre>/```/ge<CR>:%s/ /\t/ge<CR>
|
||||
nnoremap <Leader>m :%s/<code>/`/ge<CR>:%s/<\/code>/`/ge<CR>:%s/<h2>/## /ge<CR>:%s/<\/h2>//ge<CR>:%s/<pre lang="php" class="prettyprint">/```php/ge<CR>:%s/<pre lang="shell" class="prettyprint">/```bash/ge<CR>:%s/<\/pre>/```/ge<CR>:%s/ /\t/ge<CR>
|
||||
nnoremap <Leader>n :NERDTree<CR>
|
||||
nnoremap <Leader>q :qa<CR>
|
||||
nnoremap <Leader>r :silent !~/Source/dotfiles/scripts/refresh-safari<CR>:redraw!<CR>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue