extra return problematic; removed

This commit is contained in:
Wryn Wagner 2020-09-15 19:29:01 +00:00
parent c4f4805e17
commit 4d9f27fcae

View File

@ -25,7 +25,7 @@ augroup end
" -- <Leader>ec to 'execute' a file ---------------------- {{{
augroup execute_file_shortcuts
autocmd FileType tex nnoremap <Leader>ec :! $WEBBROWSER %:r.pdf<CR>
autocmd FileType markdown nnoremap <Leader>ec :! $WEBBROWSER %:p<CR><CR>
autocmd FileType markdown nnoremap <Leader>ec :! $WEBBROWSER %:p<CR>
augroup end
" }}}