Skip to content

Commit

Permalink
more markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Zimmer committed Jun 10, 2011
1 parent 1aed46b commit 2b183ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .vimrc
Expand Up @@ -240,11 +240,16 @@ nmap ,yp :let @*=expand("%:p")<CR>
" ,9 creates an underline for a comment
nnoremap <leader>9 yypllv$r-
" ,1 makes a markdown header1
nnoremap <leader>1 yypv$r=
" ,2 makes a markdown header2
nnoremap <leader>2 yypv$r-
" ,i makes an indent
nnoremap <leader>i i*<space>
" ,e opens an edit command with the path of the currently edited file filled in
map <Leader>e :e <C-R>=expand("%:p:h") . "/" <CR>
Expand Down Expand Up @@ -401,9 +406,6 @@ set gdefault
" Show filename in window title
set title

" Ignore case in searches
set ignorecase

" Make split windows the same width always
set equalalways

Expand Down

0 comments on commit 2b183ca

Please sign in to comment.