Skip to content

Instantly share code, notes, and snippets.

@codebrainz
codebrainz / none.conf
Created October 26, 2019 00:16
A colourless Geany colour scheme.
[theme_info]
name=No Theme
description=A colour theme with no language highlighting.
version=0.01
author=
url=
[named_styles]
default=0x000000;0xffffff;false;false
@beakr
beakr / disable_intro_message.vim
Created March 29, 2012 16:05
How to disable Vim intro message.
set shortmess=I " Read :help shortmess for everything else.