From 5d82b822cb430d4e0a5df20f0f0c5d30c42b14a4 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 27 Jan 2014 21:09:22 -0500 Subject: [PATCH 1/2] Brought in vim keymaps for bde formatting. --- vim/vimrc.keymaps | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vim/vimrc.keymaps b/vim/vimrc.keymaps index 0092843..c4af0f1 100644 --- a/vim/vimrc.keymaps +++ b/vim/vimrc.keymaps @@ -1,5 +1,5 @@ "Adam Keymaps -map _ {!}fmt -p -s -w 78 +" map __ {!}fmt -p -s -w 78 map - ddkP map + ddp @@ -8,3 +8,10 @@ map + ddp map Y y$ map zz zM + +map _w :!/bbsrc/bin/prod/bin/aotools/bdewrap + +map _1 :.!bde_underlineheading +map _2 :.!bde_underlineheading -l2 +map _3 :.!bde_underlineheading -l3 +map _4 :.!bde_underlineheading -l4 From d03293da68609bff73929c7ced28a8aea9d0eecb Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Mon, 27 Jan 2014 21:10:03 -0500 Subject: [PATCH 2/2] Changed git colors to things better for me. (I have trouble seeing some greens, sometimes.) --- git/gitconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index 6604b77..006a154 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -18,13 +18,13 @@ last = cat-file commit HEAD [color "branch"] - current = green + current = bold blue [color "status"] - updated = green + updated = bold blue [color "diff"] - new = 12 + new = bold blue [merge] conflictstyle = diff3