mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
Merge branch 'master' of gitosis@majnematic.com:davesdots
Conflicts: gvimrc Conflicts: gvimrc
This commit is contained in:
commit
ffd1ef7d61
2 changed files with 6 additions and 1 deletions
5
gvimrc
5
gvimrc
|
@ -12,4 +12,9 @@ set guioptions-=l " Disable the (left) scrollbar
|
|||
set guioptions-=L " Disable the (left) scrollbar
|
||||
set guioptions-=a " Share the copy buffer with visual mode
|
||||
|
||||
" gtk tabs are ugly
|
||||
if has('gui_gtk')
|
||||
set guioptions-=e " Kill off the GUI tabs
|
||||
endif
|
||||
|
||||
set guifont=Monospace\ 9
|
||||
|
|
2
toprc
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue