dictionary updates, add md -> html shortcut

This commit is contained in:
Nick Nisi
2015-06-17 14:56:23 +02:00
parent 27bf310ecf
commit 69a938f131
3 changed files with 4 additions and 0 deletions

View File

@@ -77,3 +77,4 @@ jQuery
dbootstrap dbootstrap
architected architected
url url
SitePen

View File

@@ -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>