Changed substitution to ignore errors
This commit is contained in:
parent
e71a7cc2b9
commit
66ee15124f
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>/`/g<CR>:%s/<\/code>/`/g<CR>:%s/<h2>/## /g<CR>:%s/<\/h2>//g<CR>:%s/<\/pre>/```/g<CR>
|
||||
nnoremap <Leader>m :%s/<code>/`/e<CR>:%s/<\/code>/`/e<CR>:%s/<h2>/## /e<CR>:%s/<\/h2>//e<CR>:%s/<\/pre>/```/e<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