From 2b183cae265c56b86efd6b3b47f16110b51f08c6 Mon Sep 17 00:00:00 2001 From: Brian Zimmer Date: Fri, 10 Jun 2011 09:26:56 -0700 Subject: [PATCH] more markdown --- .vimrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index 300a631..14af2e2 100644 --- a/.vimrc +++ b/.vimrc @@ -240,11 +240,16 @@ nmap ,yp :let @*=expand("%:p") " ,9 creates an underline for a comment nnoremap 9 yypllv$r- + " ,1 makes a markdown header1 nnoremap 1 yypv$r= + " ,2 makes a markdown header2 nnoremap 2 yypv$r- +" ,i makes an indent +nnoremap i i* + " ,e opens an edit command with the path of the currently edited file filled in map e :e =expand("%:p:h") . "/" @@ -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