]> ruderich.org/simon Gitweb - config/dotfiles.git/log
config/dotfiles.git
12 years agovimrc: Use tex compiler for (La)TeX files.
Simon Ruderich [Sat, 19 Nov 2011 10:49:53 +0000 (11:49 +0100)]
vimrc: Use tex compiler for (La)TeX files.

12 years agovimrc: Save changes when running :mak[e].
Simon Ruderich [Sat, 19 Nov 2011 10:49:19 +0000 (11:49 +0100)]
vimrc: Save changes when running :mak[e].

12 years agovimrc: Fix exists() check for InsertLeave.
Simon Ruderich [Sun, 30 Oct 2011 13:32:49 +0000 (14:32 +0100)]
vimrc: Fix exists() check for InsertLeave.

Broken in 51bdb20b6c613f6b29b1e59d6077743b0ce2da6d.

12 years agogvimrc: Don't display menu and toolbars.
Simon Ruderich [Mon, 31 Oct 2011 20:28:41 +0000 (21:28 +0100)]
gvimrc: Don't display menu and toolbars.

12 years agovimrc: Minor documentation update.
Simon Ruderich [Thu, 6 Oct 2011 03:57:53 +0000 (05:57 +0200)]
vimrc: Minor documentation update.

12 years agovimrc: Mark non 0x20 unicode whitespace as error.
Simon Ruderich [Sun, 25 Sep 2011 22:37:38 +0000 (00:37 +0200)]
vimrc: Mark non 0x20 unicode whitespace as error.

Unicode whitespace is not normally used in most documents and may cause
problems for some programs.

12 years agovimrc: Also highlight REMOVED and DELETED.
Simon Ruderich [Sun, 25 Sep 2011 22:36:32 +0000 (00:36 +0200)]
vimrc: Also highlight REMOVED and DELETED.

12 years agovimrc: Call matchadd() multiple times.
Simon Ruderich [Sun, 25 Sep 2011 22:34:24 +0000 (00:34 +0200)]
vimrc: Call matchadd() multiple times.

Instead of using \( ... \| ... \) in the match. I guess this is faster
and it's easier extensible.

12 years agovimrc: Use exists() instead of checking the version.
Simon Ruderich [Sun, 25 Sep 2011 22:08:30 +0000 (00:08 +0200)]
vimrc: Use exists() instead of checking the version.

12 years agovimrc: Fix compatibility for older Vim versions.
Simon Ruderich [Sun, 25 Sep 2011 22:07:49 +0000 (00:07 +0200)]
vimrc: Fix compatibility for older Vim versions.

Works fine with Vim 6.4.

12 years agovimrc: Fix and improve perl syntax settings.
Simon Ruderich [Sun, 25 Sep 2011 21:34:31 +0000 (23:34 +0200)]
vimrc: Fix and improve perl syntax settings.

Setting it in an FileType autocmd doesn't work as it seems the variable
gets updated too late.

12 years agovimrc: Remap <C-G> to display more information.
Simon Ruderich [Sat, 17 Sep 2011 12:29:51 +0000 (14:29 +0200)]
vimrc: Remap <C-G> to display more information.

12 years agovimrc: Write current file when suspending (<C-Z>).
Simon Ruderich [Sat, 17 Sep 2011 12:28:51 +0000 (14:28 +0200)]
vimrc: Write current file when suspending (<C-Z>).

12 years agoRevert "vimrc: Behave like 'scrolloff' while searching."
Simon Ruderich [Tue, 21 Jun 2011 13:22:14 +0000 (15:22 +0200)]
Revert "vimrc: Behave like 'scrolloff' while searching."

This reverts commit 63c87697a4eafe134ae1196021afd8441c6b4e33.

It caused problems with matches at the end of the file (you can't reach
them because of the wrong "scrolloff").

12 years agovimrc: Store swap files in ~/.tmp if available.
Simon Ruderich [Fri, 20 May 2011 22:09:34 +0000 (00:09 +0200)]
vimrc: Store swap files in ~/.tmp if available.

12 years agogvimrc: Update comment.
Simon Ruderich [Sun, 15 May 2011 14:04:40 +0000 (16:04 +0200)]
gvimrc: Update comment.

12 years agovim/syntax/asciidoc.vim: Update (8.6.4).
Simon Ruderich [Sun, 15 May 2011 13:58:04 +0000 (15:58 +0200)]
vim/syntax/asciidoc.vim: Update (8.6.4).

12 years agosetup.sh: Only link ~/.gvimrc if GVim is installed.
Simon Ruderich [Sun, 15 May 2011 13:35:39 +0000 (15:35 +0200)]
setup.sh: Only link ~/.gvimrc if GVim is installed.

12 years agovim/syntax/perl.vim: Update to 2010-08-10.
Simon Ruderich [Sun, 15 May 2011 13:32:00 +0000 (15:32 +0200)]
vim/syntax/perl.vim: Update to 2010-08-10.

12 years agovim/syntax/python.vim: Update to 2.6.6.
Simon Ruderich [Sun, 15 May 2011 13:22:09 +0000 (15:22 +0200)]
vim/syntax/python.vim: Update to 2.6.6.

12 years agovim/syntax/mkd.vim: Update to 9.
Simon Ruderich [Sun, 15 May 2011 13:16:53 +0000 (15:16 +0200)]
vim/syntax/mkd.vim: Update to 9.

12 years agovim/syntax/msmtp.vim: Update, sync with upstream (version 1.4.24).
Simon Ruderich [Sun, 15 May 2011 13:01:58 +0000 (15:01 +0200)]
vim/syntax/msmtp.vim: Update, sync with upstream (version 1.4.24).

13 years agovim/plugin/qname.vim: Remove.
Simon Ruderich [Tue, 10 May 2011 20:44:31 +0000 (22:44 +0200)]
vim/plugin/qname.vim: Remove.

13 years agovim/bundle/surround: Update to 1.90.
Simon Ruderich [Tue, 10 May 2011 20:41:51 +0000 (22:41 +0200)]
vim/bundle/surround: Update to 1.90.

13 years agovim/bundle/screenpaste: Update to 7.0.
Simon Ruderich [Tue, 10 May 2011 20:37:06 +0000 (22:37 +0200)]
vim/bundle/screenpaste: Update to 7.0.

13 years agovim/bundle/nerdcommenter: Update to version 2.3.0.
Simon Ruderich [Tue, 10 May 2011 20:29:23 +0000 (22:29 +0200)]
vim/bundle/nerdcommenter: Update to version 2.3.0.

13 years agoSwitch plugins with more than one file to pathogen.
Simon Ruderich [Tue, 10 May 2011 20:11:06 +0000 (22:11 +0200)]
Switch plugins with more than one file to pathogen.

This stores them in dedicated directory per plugin in vim/bundle/.

13 years agoUse jk in addition to jj to exit insert mode.
Simon Ruderich [Sat, 7 May 2011 12:26:01 +0000 (14:26 +0200)]
Use jk in addition to jj to exit insert mode.

jk feels a little faster.
n addition to n addition to #   (use "git add <file>..." to include in what will be committed)

13 years agovimrc: Fix some of my spelling mistakes with iabbrev.
Simon Ruderich [Sat, 27 Nov 2010 13:48:57 +0000 (14:48 +0100)]
vimrc: Fix some of my spelling mistakes with iabbrev.

13 years agovimrc: Disable 'hlsearch' with <C-L>.
Simon Ruderich [Sat, 27 Nov 2010 13:47:46 +0000 (14:47 +0100)]
vimrc: Disable 'hlsearch' with <C-L>.

13 years agovimrc: Display current character under cursor in statusline.
Simon Ruderich [Sat, 27 Nov 2010 13:43:33 +0000 (14:43 +0100)]
vimrc: Display current character under cursor in statusline.

13 years agovimrc: Increase history of executed commands and count of undos.
Simon Ruderich [Sat, 27 Nov 2010 13:40:41 +0000 (14:40 +0100)]
vimrc: Increase history of executed commands and count of undos.

13 years agovimrc: Improve 'wildmode'.
Simon Ruderich [Sat, 27 Nov 2010 13:40:18 +0000 (14:40 +0100)]
vimrc: Improve 'wildmode'.

13 years agovimrc: Behave like 'scrolloff' while searching.
Simon Ruderich [Tue, 23 Nov 2010 23:24:59 +0000 (00:24 +0100)]
vimrc: Behave like 'scrolloff' while searching.

13 years agovimrc: Add missing timezones to dates.
Simon Ruderich [Sun, 31 Oct 2010 18:04:04 +0000 (19:04 +0100)]
vimrc: Add missing timezones to dates.

13 years agovimrc: Add * and # for visual selections.
Simon Ruderich [Fri, 15 Oct 2010 14:43:57 +0000 (16:43 +0200)]
vimrc: Add * and # for visual selections.

13 years agovimrc: Also use jj to exit command mode.
Simon Ruderich [Fri, 15 Oct 2010 14:37:09 +0000 (16:37 +0200)]
vimrc: Also use jj to exit command mode.

13 years agovimrc: Write out commands.
Simon Ruderich [Fri, 15 Oct 2010 14:12:29 +0000 (16:12 +0200)]
vimrc: Write out commands.

13 years agovimrc: Use noremap where it's useful.
Simon Ruderich [Fri, 15 Oct 2010 14:10:25 +0000 (16:10 +0200)]
vimrc: Use noremap where it's useful.

13 years agovimrc: Cleanup to use Vim-like <> notation capitalization.
Simon Ruderich [Fri, 15 Oct 2010 14:07:30 +0000 (16:07 +0200)]
vimrc: Cleanup to use Vim-like <> notation capitalization.

13 years agovimrc: Disable all array keys in command mode.
Simon Ruderich [Fri, 24 Sep 2010 22:50:05 +0000 (00:50 +0200)]
vimrc: Disable all array keys in command mode.

13 years agovimrc: Disable 'spell', 'list' and 2match when viewing documentation.
Simon Ruderich [Mon, 13 Sep 2010 15:39:20 +0000 (17:39 +0200)]
vimrc: Disable 'spell', 'list' and 2match when viewing documentation.

13 years agovimrc: Increase 'synmaxcol' to 500 columns.
Simon Ruderich [Mon, 13 Sep 2010 15:38:22 +0000 (17:38 +0200)]
vimrc: Increase 'synmaxcol' to 500 columns.

13 years agovimrc: Automatically reset paste after exiting insert mode.
Simon Ruderich [Mon, 13 Sep 2010 15:37:16 +0000 (17:37 +0200)]
vimrc: Automatically reset paste after exiting insert mode.

13 years agoMerge remote branch 'rammstein/master'
Simon Ruderich [Mon, 13 Sep 2010 15:33:28 +0000 (17:33 +0200)]
Merge remote branch 'rammstein/master'

13 years agovimrc: Use strong encryption if available.
Simon Ruderich [Mon, 13 Sep 2010 15:32:22 +0000 (17:32 +0200)]
vimrc: Use strong encryption if available.

13 years agovimrc: Add gb and gB to go to next/previous buffer.
Simon Ruderich [Sat, 10 Jul 2010 11:13:07 +0000 (13:13 +0200)]
vimrc: Add gb and gB to go to next/previous buffer.

13 years agovim/after/ftplugin/mail: Fold quotes, fix one level more of > >s.
Simon Ruderich [Sat, 10 Jul 2010 11:11:41 +0000 (13:11 +0200)]
vim/after/ftplugin/mail: Fold quotes, fix one level more of > >s.

13 years agovimrc: Add XPTemplate settings.
Simon Ruderich [Tue, 8 Jun 2010 20:24:17 +0000 (22:24 +0200)]
vimrc: Add XPTemplate settings.

13 years agovim/ftplugin/_common/personal.xpt.vim: Add XPT settings.
Simon Ruderich [Tue, 8 Jun 2010 20:16:41 +0000 (22:16 +0200)]
vim/ftplugin/_common/personal.xpt.vim: Add XPT settings.

13 years agovimrc: Fix typo in comment.
Simon Ruderich [Tue, 8 Jun 2010 20:08:58 +0000 (22:08 +0200)]
vimrc: Fix typo in comment.

14 years agovimrc: Use C-p/C-n as replacement for up/down arrows in command mode.
Simon Ruderich [Sat, 8 May 2010 08:48:15 +0000 (10:48 +0200)]
vimrc: Use C-p/C-n as replacement for up/down arrows in command mode.

14 years agovimrc: Map jj to exit insert mode.
Simon Ruderich [Tue, 30 Mar 2010 23:29:15 +0000 (01:29 +0200)]
vimrc: Map jj to exit insert mode.

14 years agovimrc: Fix last commit for Vims without eval.
Simon Ruderich [Sun, 21 Mar 2010 00:58:52 +0000 (01:58 +0100)]
vimrc: Fix last commit for Vims without eval.

14 years agovimrc: Don't reset 'runtimepath'.
Simon Ruderich [Sun, 21 Mar 2010 00:54:35 +0000 (01:54 +0100)]
vimrc: Don't reset 'runtimepath'.

14 years agovimrc: Only color the first 200 columns per line.
Simon Ruderich [Fri, 12 Mar 2010 03:13:29 +0000 (04:13 +0100)]
vimrc: Only color the first 200 columns per line.

14 years agovimrc: Don't redraw screen while executing macros.
Simon Ruderich [Fri, 12 Mar 2010 03:07:39 +0000 (04:07 +0100)]
vimrc: Don't redraw screen while executing macros.

14 years agovimrc: Don't store swap files in the same directory as the edited file.
Simon Ruderich [Fri, 12 Mar 2010 03:05:10 +0000 (04:05 +0100)]
vimrc: Don't store swap files in the same directory as the edited file.

14 years agovimrc: Use as little space as possible for numbers column.
Simon Ruderich [Fri, 12 Mar 2010 03:04:08 +0000 (04:04 +0100)]
vimrc: Use as little space as possible for numbers column.

14 years agovimrc: Unmap arrow keys.
Simon Ruderich [Fri, 12 Mar 2010 02:58:53 +0000 (03:58 +0100)]
vimrc: Unmap arrow keys.

14 years agovimrc: Minor documentation updates.
Simon Ruderich [Wed, 10 Mar 2010 20:31:12 +0000 (21:31 +0100)]
vimrc: Minor documentation updates.

14 years agovimrc: Modelines are already disabled.
Simon Ruderich [Wed, 10 Mar 2010 18:12:54 +0000 (19:12 +0100)]
vimrc: Modelines are already disabled.

No need to disable them again.

14 years agovimrc: Reset all options on startup.
Simon Ruderich [Wed, 10 Mar 2010 17:51:00 +0000 (18:51 +0100)]
vimrc: Reset all options on startup.

14 years agovimrc: Add custom 'statusline'.
Simon Ruderich [Wed, 6 Jan 2010 16:42:05 +0000 (17:42 +0100)]
vimrc: Add custom 'statusline'.

14 years agovimrc: Don't allow running as root.
Simon Ruderich [Wed, 6 Jan 2010 16:33:25 +0000 (17:33 +0100)]
vimrc: Don't allow running as root.

14 years agovimrc: Disable 'list' and 'number' in help buffers.
Simon Ruderich [Sun, 13 Dec 2009 11:16:54 +0000 (12:16 +0100)]
vimrc: Disable 'list' and 'number' in help buffers.

14 years agovimrc: Doc updates.
Simon Ruderich [Fri, 11 Dec 2009 08:44:09 +0000 (09:44 +0100)]
vimrc: Doc updates.

14 years agovimrc: Also "fix" :Wa.
Simon Ruderich [Fri, 11 Dec 2009 08:42:00 +0000 (09:42 +0100)]
vimrc: Also "fix" :Wa.

14 years agoMerge commit 'rammstein/master'
Simon Ruderich [Sat, 14 Nov 2009 13:57:43 +0000 (14:57 +0100)]
Merge commit 'rammstein/master'

Conflicts:
vimrc

14 years agovimrc: Minor documentation fix.
Simon Ruderich [Sat, 14 Nov 2009 13:43:57 +0000 (14:43 +0100)]
vimrc: Minor documentation fix.

14 years agovimrc: Don't map ; directly, use <Leader>; instead.
Simon Ruderich [Sat, 14 Nov 2009 13:42:42 +0000 (14:42 +0100)]
vimrc: Don't map ; directly, use <Leader>; instead.

14 years agovimrc: Improve check for spelling support.
Simon Ruderich [Sat, 14 Nov 2009 13:40:38 +0000 (14:40 +0100)]
vimrc: Improve check for spelling support.

14 years agovimrc: Add mapping to make last active window the only one.
Simon Ruderich [Sat, 14 Nov 2009 13:37:56 +0000 (14:37 +0100)]
vimrc: Add mapping to make last active window the only one.

14 years agovimrc: Use 72 characters per line in git commit messages.
Simon Ruderich [Sun, 1 Nov 2009 14:40:43 +0000 (15:40 +0100)]
vimrc: Use 72 characters per line in git commit messages.

14 years agovimrc: Always display the statusline.
Simon Ruderich [Sun, 1 Nov 2009 03:24:23 +0000 (04:24 +0100)]
vimrc: Always display the statusline.

14 years agovimrc: Fix detection of matchadd() support.
Simon Ruderich [Fri, 30 Oct 2009 22:04:57 +0000 (23:04 +0100)]
vimrc: Fix detection of matchadd() support.

14 years agovimrc: Don't restore last position for git commit messages.
Simon Ruderich [Fri, 30 Oct 2009 16:35:18 +0000 (17:35 +0100)]
vimrc: Don't restore last position for git commit messages.

14 years agogvimrc: Append to 'guicursor' instead of overwriting it.
Simon Ruderich [Fri, 30 Oct 2009 16:33:30 +0000 (17:33 +0100)]
gvimrc: Append to 'guicursor' instead of overwriting it.

This is no necessary change, it just seems better to me.

14 years agovimrc: Whitespace only change.
Simon Ruderich [Fri, 30 Oct 2009 16:33:05 +0000 (17:33 +0100)]
vimrc: Whitespace only change.

14 years agovimrc: Documentation updates.
Simon Ruderich [Fri, 30 Oct 2009 08:59:09 +0000 (09:59 +0100)]
vimrc: Documentation updates.

14 years agovimrc: Documentation fixes.
Simon Ruderich [Wed, 21 Oct 2009 15:32:11 +0000 (17:32 +0200)]
vimrc: Documentation fixes.

14 years agovimrc: Be more compatible with older versions.
Simon Ruderich [Thu, 3 Sep 2009 21:46:03 +0000 (23:46 +0200)]
vimrc: Be more compatible with older versions.

14 years agovimrc: Remove unnecessary 'tabpagemax' setting.
Simon Ruderich [Mon, 31 Aug 2009 20:31:32 +0000 (22:31 +0200)]
vimrc: Remove unnecessary 'tabpagemax' setting.

I no longer misuse tabs as buffers.

14 years agovimrc: Minor documentation changes.
Simon Ruderich [Tue, 4 Aug 2009 13:40:56 +0000 (15:40 +0200)]
vimrc: Minor documentation changes.

14 years agovimrc: Add sections to auto commands.
Simon Ruderich [Tue, 4 Aug 2009 13:39:19 +0000 (15:39 +0200)]
vimrc: Add sections to auto commands.

14 years agovimrc: Move some settings from ftdetect to vimrc.
Simon Ruderich [Tue, 4 Aug 2009 13:34:39 +0000 (15:34 +0200)]
vimrc: Move some settings from ftdetect to vimrc.

This was done to reduce the number of small ftdetect files. Files with more
complex checks are still used.

14 years agovimrc: Group nospell auto commands together.
Simon Ruderich [Tue, 4 Aug 2009 12:45:02 +0000 (14:45 +0200)]
vimrc: Group nospell auto commands together.

14 years agovimrc: Move some settings from after/ftplugin to vimrc.
Simon Ruderich [Tue, 4 Aug 2009 12:36:59 +0000 (14:36 +0200)]
vimrc: Move some settings from after/ftplugin to vimrc.

This was done to reduce the number of small after/ftplugin files with only a
few settings. Files with more or complex settings are still used.

14 years agoafter/ftplugin/deb.vim: Disable spell checking.
Simon Ruderich [Tue, 4 Aug 2009 12:16:18 +0000 (14:16 +0200)]
after/ftplugin/deb.vim: Disable spell checking.

14 years agoafter/ftplugin/tar.vim: Disable spell checking.
Simon Ruderich [Tue, 4 Aug 2009 12:14:28 +0000 (14:14 +0200)]
after/ftplugin/tar.vim: Disable spell checking.

14 years agovimrc: Disable modelines for gitcommit files.
Simon Ruderich [Sat, 1 Aug 2009 16:53:04 +0000 (18:53 +0200)]
vimrc: Disable modelines for gitcommit files.

This disables the modelines from the securemodelines.vim plugin.

14 years agovimrc: Go to last position of opened files.
Simon Ruderich [Wed, 29 Jul 2009 13:48:41 +0000 (15:48 +0200)]
vimrc: Go to last position of opened files.

14 years agoRevert "minibufexplorer: Add plugin, version 6.3.2."
Simon Ruderich [Tue, 21 Jul 2009 19:02:33 +0000 (21:02 +0200)]
Revert "minibufexplorer: Add plugin, version 6.3.2."

This reverts commit 0948c6bf60e468bce00d46b2219ec7f2936ff508.

I don't use it anymore, :ls does the same and is simpler.

14 years agovimrc: Update runtimepath to work with new plugin location.
Simon Ruderich [Sat, 18 Jul 2009 01:49:26 +0000 (03:49 +0200)]
vimrc: Update runtimepath to work with new plugin location.

14 years agovimrc: Use inoremap instead of imap.
Simon Ruderich [Fri, 17 Jul 2009 00:42:36 +0000 (02:42 +0200)]
vimrc: Use inoremap instead of imap.

14 years agoMerge plugins
Simon Ruderich [Mon, 13 Jul 2009 22:25:15 +0000 (00:25 +0200)]
Merge plugins

14 years agoRemove README file.
Simon Ruderich [Mon, 13 Jul 2009 22:23:32 +0000 (00:23 +0200)]
Remove README file.

It's not going to be necessary after the merge.

14 years agoMove files to vim/ to merge with main Vim repository.
Simon Ruderich [Mon, 13 Jul 2009 22:21:40 +0000 (00:21 +0200)]
Move files to vim/ to merge with main Vim repository.

14 years agovimrc: Add support for Mac OS X Leopard.
Simon Ruderich [Sun, 12 Jul 2009 21:39:04 +0000 (23:39 +0200)]
vimrc: Add support for Mac OS X Leopard.

14 years agovimrc: Always highlight TODO, FIXME, CHANGED and XXX.
Simon Ruderich [Tue, 30 Jun 2009 12:32:38 +0000 (14:32 +0200)]
vimrc: Always highlight TODO, FIXME, CHANGED and XXX.