dictionary updates, add md -> html shortcut
This commit is contained in:
@@ -77,3 +77,4 @@ jQuery
|
|||||||
dbootstrap
|
dbootstrap
|
||||||
architected
|
architected
|
||||||
url
|
url
|
||||||
|
SitePen
|
||||||
|
|||||||
Binary file not shown.
@@ -171,6 +171,9 @@ set laststatus=2 " show the satus line all the time
|
|||||||
" remap esc
|
" remap esc
|
||||||
inoremap jk <esc>
|
inoremap jk <esc>
|
||||||
|
|
||||||
|
" markdown to html
|
||||||
|
nmap <leader>md :%!markdown --html4tags <cr>
|
||||||
|
|
||||||
" remove extra whitespace
|
" remove extra whitespace
|
||||||
nmap <leader><space> :%s/\s\+$<cr>
|
nmap <leader><space> :%s/\s\+$<cr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user