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