]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
15 years agoUse setup.sh instead of Makefile for setup process.
Simon Ruderich [Wed, 18 Feb 2009 17:38:42 +0000 (18:38 +0100)]
Use setup.sh instead of Makefile for setup process.

It is much easier to extend in the future.

15 years agoRename .hgignore to .gitignore as Git is now used.
Simon Ruderich [Tue, 17 Feb 2009 13:46:09 +0000 (14:46 +0100)]
Rename .hgignore to .gitignore as Git is now used.

The change to Git was actually done some time ago with
4c23170a02f7c119715c19ae3293a563f34d9b33. I forgot about this file.

15 years agoAdd first autocmd, for mercurial.
Simon Ruderich [Tue, 17 Feb 2009 13:35:01 +0000 (14:35 +0100)]
Add first autocmd, for mercurial.

They are only used if autocmd is available.

15 years agoOnly use syntax if available.
Simon Ruderich [Tue, 17 Feb 2009 13:14:30 +0000 (14:14 +0100)]
Only use syntax if available.

15 years agoDon't use mkview and loadview; use modelines instead.
Simon Ruderich [Tue, 17 Feb 2009 13:09:22 +0000 (14:09 +0100)]
Don't use mkview and loadview; use modelines instead.

15 years agoFix inserting xa0 on Mac.
Simon Ruderich [Tue, 17 Feb 2009 10:52:01 +0000 (11:52 +0100)]
Fix inserting xa0 on Mac.

This happens sometimes when pressing alt-space on Mac. As the character is not
a space but displayed like one it can cause some problems.

15 years agoHighlight text longer then 78 characters per line.
Simon Ruderich [Tue, 17 Feb 2009 10:50:17 +0000 (11:50 +0100)]
Highlight text longer then 78 characters per line.

Thanks to Tony Mechelynck.

15 years agoAdd move settings for normal mode like in mutt.
Simon Ruderich [Tue, 17 Feb 2009 10:48:12 +0000 (11:48 +0100)]
Add move settings for normal mode like in mutt.

Space moves down a page, - moves up one.

15 years agoUse spaces around = in let.
Simon Ruderich [Tue, 17 Feb 2009 10:47:14 +0000 (11:47 +0100)]
Use spaces around = in let.

15 years agoCreate new section PLUGIN SETTINGS.
Simon Ruderich [Tue, 17 Feb 2009 10:43:08 +0000 (11:43 +0100)]
Create new section PLUGIN SETTINGS.

Move plugin settings there.

15 years agoAdd setup support.
Simon Ruderich [Mon, 16 Feb 2009 23:03:40 +0000 (00:03 +0100)]
Add setup support.

The Makefile contains a setup target which creates all necessary symbolic
links in ~/.

15 years agoImprove Wq and Q fix. Thanks to Tony Mechelynck.
Simon Ruderich [Mon, 16 Feb 2009 22:58:36 +0000 (23:58 +0100)]
Improve Wq and Q fix. Thanks to Tony Mechelynck.

15 years agoAllow more tabs with -p.
Simon Ruderich [Tue, 3 Feb 2009 14:01:10 +0000 (15:01 +0100)]
Allow more tabs with -p.

15 years agoDon't backspace over edit start. Use virtualedit.
Simon Ruderich [Tue, 3 Feb 2009 13:58:36 +0000 (14:58 +0100)]
Don't backspace over edit start. Use virtualedit.

15 years agoBe Vim 6 compatible.
Simon Ruderich [Tue, 3 Feb 2009 13:37:14 +0000 (14:37 +0100)]
Be Vim 6 compatible.

15 years agoRestructured vimrc and added section names.
Simon Ruderich [Tue, 3 Feb 2009 13:34:51 +0000 (14:34 +0100)]
Restructured vimrc and added section names.

15 years agoDocumentation changes.
Simon Ruderich [Tue, 3 Feb 2009 13:31:12 +0000 (14:31 +0100)]
Documentation changes.

15 years agoUse buffer variables in PHP ftplugin.
Simon Ruderich [Mon, 3 Nov 2008 17:32:36 +0000 (18:32 +0100)]
Use buffer variables in PHP ftplugin.

This prevents cluttering other buffers with variables. Bug introduced in
afdb73b662cf470f3e822620533cb0e599ae8508.

15 years agoReordered some settings.
Simon Ruderich [Sun, 26 Oct 2008 11:29:54 +0000 (12:29 +0100)]
Reordered some settings.

15 years agoDisplay tabs and whitespace and display matches while searching.
Simon Ruderich [Sun, 26 Oct 2008 11:26:20 +0000 (12:26 +0100)]
Display tabs and whitespace and display matches while searching.

15 years agoAdded more mappings.
Simon Ruderich [Sun, 26 Oct 2008 11:26:16 +0000 (12:26 +0100)]
Added more mappings.

15 years agoDocumentation and whitespace fix.
Simon Ruderich [Sun, 26 Oct 2008 11:18:23 +0000 (12:18 +0100)]
Documentation and whitespace fix.

15 years agoAdded formatoptions.
Simon Ruderich [Sun, 26 Oct 2008 11:13:55 +0000 (12:13 +0100)]
Added formatoptions.

15 years agoAdded Vim ftplugin file for PHP.
Simon Ruderich [Fri, 17 Oct 2008 20:57:23 +0000 (22:57 +0200)]
Added Vim ftplugin file for PHP.

15 years agoDisplay partial commands in the status line.
Simon Ruderich [Fri, 17 Oct 2008 16:19:04 +0000 (18:19 +0200)]
Display partial commands in the status line.

15 years agoAdded map settings for NERD commenter.
Simon Ruderich [Fri, 17 Oct 2008 16:11:30 +0000 (18:11 +0200)]
Added map settings for NERD commenter.

15 years agoFix my spelling errors when trying to save a file.
Simon Ruderich [Fri, 17 Oct 2008 15:59:57 +0000 (17:59 +0200)]
Fix my spelling errors when trying to save a file.

15 years agoUse "," as mapleader.
Simon Ruderich [Fri, 17 Oct 2008 15:57:48 +0000 (17:57 +0200)]
Use "," as mapleader.

15 years agoUpdated my email.
Simon Ruderich [Tue, 23 Sep 2008 12:49:27 +0000 (14:49 +0200)]
Updated my email.

15 years agoAdded syntax file for msmtp files.
Simon Ruderich [Tue, 23 Sep 2008 12:45:35 +0000 (14:45 +0200)]
Added syntax file for msmtp files.

msmtp (http://msmtp.sourceforge.net/) is a simple but powerful SMTP client.

This is the first version included in msmtp source code (not released yet).

15 years agoAdded .hgignore file.
Simon Ruderich [Tue, 26 Aug 2008 22:07:23 +0000 (00:07 +0200)]
Added .hgignore file.

Ignore vim/view and vim/spell files and the tags file in the vim/doc
directory.

15 years agoAdded useful vim/ files.
Simon Ruderich [Tue, 26 Aug 2008 21:23:20 +0000 (23:23 +0200)]
Added useful vim/ files.

15 years agoAdded gvimrc file (mostly) for MacVim.
Simon Ruderich [Tue, 26 Aug 2008 13:29:54 +0000 (15:29 +0200)]
Added gvimrc file (mostly) for MacVim.

15 years agoAdded vim configuration file.
Simon Ruderich [Sat, 19 Jul 2008 15:25:54 +0000 (17:25 +0200)]
Added vim configuration file.