Configure Notifications standard action
Martijn Klingens
klingens at kde.org
Sun Jul 21 12:08:39 BST 2002
On Sunday 21 July 2002 12:52, Simon Hausmann wrote:
> That sounds very useful! Any objections against adding it to
> kde-devel-vim.vim?
Not from me ;-)
Please do.
One thing: apparently KMail screwed up the 'middle dot' character and made it
a '*'. Attached is my normal vimrc, which is hopefully not screwed up.
Hmm, KMail's 'view...' action already messes it up. Added an extra gzipped
version that hopefully leaves the file intact. Using such special characters
is apparently a pain, or it's a bug in my pretty old KDE checkout :(
'set incsearch' to use incremental search is probably very welcome too. Not
that suitable over small SSH links because of the screen repaints, but in all
other cases it's another brilliant feature that ought to be on by default...
Martijn
-------------- next part --------------
" We use a vim
set nocompatible
"
" Colo(u)red or not colo(u)red
" If you want color you should set this to true
"
let color = "true"
"
if has("syntax")
if color == "true"
" This will switch colors ON
so ${VIMRUNTIME}/syntax/syntax.vim
else
" this switches colors OFF
syntax off
set t_Co=0
endif
endif
set incsearch
set listchars=tab:·\ ,trail:·
set list
" Swap files in tmp...
set directory=/tmp
set backspace=2
set ignorecase
set tabstop=4
set et
set shiftwidth=4
set softtabstop=4
syntax on
set guifont=-jmk-neep-medium-r-normal--15-140-75-75-c-80-iso8859-15
set autoindent
set modeline
set modelines=5
source ~/src/kde3/kdesdk/scripts/kde-devel-vim.vim
" ~/.vimrc ends here
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vimrc.gz
Type: application/x-gzip
Size: 454 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20020721/3bfa0d1d/attachment.bin>
More information about the kde-core-devel
mailing list