From bf99b2fab549442f16a01820187a4182881cec3d Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Thu, 30 Apr 2009 18:27:08 -0500 Subject: [PATCH 1/3] gvimrc acts like Xterm more now --- gvimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gvimrc b/gvimrc index 8f49f0b..a922a48 100644 --- a/gvimrc +++ b/gvimrc @@ -11,3 +11,5 @@ set guioptions-=r " Disable the (right) scrollbar set guioptions-=l " Disable the (left) scrollbar set guioptions-=L " Disable the (left) scrollbar set guioptions-=a " Share the copy buffer with visual mode + +set guifont=Monospace\ 9 From 59ecec57c2b905e552a4dc9e71b5d336598b8f03 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Thu, 30 Apr 2009 18:27:31 -0500 Subject: [PATCH 2/3] new colors for top --- toprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toprc b/toprc index 7bfc8a1..3994201 100644 --- a/toprc +++ b/toprc @@ -2,7 +2,7 @@ RCfile for "top with windows" # shameless braggin' Id:a, Mode_altscr=0, Mode_irixps=1, Delay_time=3.000, Curwin=0 Def fieldscur=AEHIOQTWKNMbcdfgjplrsuvyzX winflags=65081, sortindx=10, maxtasks=0 - summclr=1, msgsclr=1, headclr=3, taskclr=1 + summclr=4, msgsclr=3, headclr=4, taskclr=4 Job fieldscur=ABcefgjlrstuvyzMKNHIWOPQDX winflags=62777, sortindx=0, maxtasks=0 summclr=6, msgsclr=6, headclr=7, taskclr=6 From f829c2023f9bb75ff15971029e6737c70a59c3a3 Mon Sep 17 00:00:00 2001 From: David Alexander Majnemer Date: Thu, 30 Apr 2009 18:35:55 -0500 Subject: [PATCH 3/3] do not show GUI tabs --- gvimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/gvimrc b/gvimrc index a922a48..751ea49 100644 --- a/gvimrc +++ b/gvimrc @@ -11,5 +11,6 @@ set guioptions-=r " Disable the (right) scrollbar set guioptions-=l " Disable the (left) scrollbar set guioptions-=L " Disable the (left) scrollbar set guioptions-=a " Share the copy buffer with visual mode +set guioptions-=e " Kill off the GUI tabs set guifont=Monospace\ 9