]> ruderich.org/simon Gitweb - config/dotfiles.git/shortlog
config/dotfiles.git
2012-01-25 Simon Ruderichvimrc,gvimrc,setup.sh: License under GP v3+.
2012-01-14 Simon Ruderichvimrc: Enable additional highlighting for Haskell and...
2012-01-14 Simon Ruderichvimrc: Enable folding for Vim and XML.
2012-01-14 Simon Ruderichvimrc: Use syntax based omni completion.
2012-01-14 Simon Ruderichvimrc: Documentation update for mappings.
2012-01-14 Simon Ruderichvimrc: Remember marks for more files.
2012-01-14 Simon Ruderich.gitignore: Use absolute paths.
2012-01-14 Simon Ruderichvimrc: Don't use abbreviated commands (:b -> :buffer).
2012-01-03 Simon Ruderichvimrc: Remove mac only settings.
2012-01-03 Simon Ruderichvimrc: Use local variables when possible.
2012-01-03 Simon Ruderichvimrc: Use UTF-8 for all internal data.
2012-01-03 Simon Ruderichvimrc: Minor documentation update.
2012-01-03 Simon Ruderichvimrc: Move new text objects to mappings section.
2012-01-03 Simon Ruderichvimrc: Add support to undo <C-@>, <C-A> and <C-W> in...
2011-12-05 Simon Ruderichvimrc: Add support to undo Ctrl-U in insert mode.
2011-12-02 Simon Ruderichvimrc: Minor documentation updates.
2011-12-02 Simon Ruderichvimrc: Add :DiffOrig command.
2011-12-02 Simon Ruderichvimrc: Fix indentation.
2011-11-29 Simon Ruderichvimrc: Really disable spell checking when diffing.
2011-11-28 Simon Ruderichvimrc: Add <silent> to mappings where useful.
2011-11-25 Simon RuderichMerge remote-tracking branch 'all-my-faults/master'
2011-11-25 Simon Ruderichvimrc: Minor documentation update.
2011-11-25 Simon Ruderichvimrc: Allow running as root.
2011-11-22 Simon Ruderichvimrc: Fix indentation.
2011-11-22 Simon Ruderichvimrc: Wrap all plugin settings in one if has('eval').
2011-11-21 Simon Ruderichvimrc: Remove unnecessary has('eval').
2011-11-21 Simon Ruderichvimrc: Add Haskell syntax settings.
2011-11-21 Simon Ruderichvimrc: Minor cleanup for variables.
2011-11-19 Simon Ruderichvimrc: Make IndTxtObj script local.
2011-11-19 Simon Ruderichvimrc: Add new text-objects ii ai for indented text.
2011-11-19 Simon Ruderichvimrc: Use tex compiler for (La)TeX files.
2011-11-19 Simon Ruderichvimrc: Save changes when running :mak[e].
2011-10-31 Simon Ruderichvimrc: Fix exists() check for InsertLeave.
2011-10-31 Simon Ruderichgvimrc: Don't display menu and toolbars.
2011-10-06 Simon Ruderichvimrc: Minor documentation update.
2011-09-25 Simon Ruderichvimrc: Mark non 0x20 unicode whitespace as error.
2011-09-25 Simon Ruderichvimrc: Also highlight REMOVED and DELETED.
2011-09-25 Simon Ruderichvimrc: Call matchadd() multiple times.
2011-09-25 Simon Ruderichvimrc: Use exists() instead of checking the version.
2011-09-25 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2011-09-25 Simon Ruderichvimrc: Fix and improve perl syntax settings.
2011-09-17 Simon Ruderichvimrc: Remap <C-G> to display more information.
2011-09-17 Simon Ruderichvimrc: Write current file when suspending (<C-Z>).
2011-06-21 Simon RuderichRevert "vimrc: Behave like 'scrolloff' while searching."
2011-05-20 Simon Ruderichvimrc: Store swap files in ~/.tmp if available.
2011-05-15 Simon Ruderichgvimrc: Update comment.
2011-05-15 Simon Ruderichvim/syntax/asciidoc.vim: Update (8.6.4).
2011-05-15 Simon Ruderichsetup.sh: Only link ~/.gvimrc if GVim is installed.
2011-05-15 Simon Ruderichvim/syntax/perl.vim: Update to 2010-08-10.
2011-05-15 Simon Ruderichvim/syntax/python.vim: Update to 2.6.6.
2011-05-15 Simon Ruderichvim/syntax/mkd.vim: Update to 9.
2011-05-15 Simon Ruderichvim/syntax/msmtp.vim: Update, sync with upstream (versi...
2011-05-10 Simon Ruderichvim/plugin/qname.vim: Remove.
2011-05-10 Simon Ruderichvim/bundle/surround: Update to 1.90.
2011-05-10 Simon Ruderichvim/bundle/screenpaste: Update to 7.0.
2011-05-10 Simon Ruderichvim/bundle/nerdcommenter: Update to version 2.3.0.
2011-05-10 Simon RuderichSwitch plugins with more than one file to pathogen.
2011-05-07 Simon RuderichUse jk in addition to jj to exit insert mode.
2010-11-27 Simon Ruderichvimrc: Fix some of my spelling mistakes with iabbrev.
2010-11-27 Simon Ruderichvimrc: Disable 'hlsearch' with <C-L>.
2010-11-27 Simon Ruderichvimrc: Display current character under cursor in status...
2010-11-27 Simon Ruderichvimrc: Increase history of executed commands and count...
2010-11-27 Simon Ruderichvimrc: Improve 'wildmode'.
2010-11-23 Simon Ruderichvimrc: Behave like 'scrolloff' while searching.
2010-10-31 Simon Ruderichvimrc: Add missing timezones to dates.
2010-10-15 Simon Ruderichvimrc: Add * and # for visual selections.
2010-10-15 Simon Ruderichvimrc: Also use jj to exit command mode.
2010-10-15 Simon Ruderichvimrc: Write out commands.
2010-10-15 Simon Ruderichvimrc: Use noremap where it's useful.
2010-10-15 Simon Ruderichvimrc: Cleanup to use Vim-like <> notation capitalization.
2010-09-24 Simon Ruderichvimrc: Disable all array keys in command mode.
2010-09-13 Simon Ruderichvimrc: Disable 'spell', 'list' and 2match when viewing...
2010-09-13 Simon Ruderichvimrc: Increase 'synmaxcol' to 500 columns.
2010-09-13 Simon Ruderichvimrc: Automatically reset paste after exiting insert...
2010-09-13 Simon RuderichMerge remote branch 'rammstein/master'
2010-09-13 Simon Ruderichvimrc: Use strong encryption if available.
2010-07-10 Simon Ruderichvimrc: Add gb and gB to go to next/previous buffer.
2010-07-10 Simon Ruderichvim/after/ftplugin/mail: Fold quotes, fix one level...
2010-06-08 Simon Ruderichvimrc: Add XPTemplate settings.
2010-06-08 Simon Ruderichvim/ftplugin/_common/personal.xpt.vim: Add XPT settings.
2010-06-08 Simon Ruderichvimrc: Fix typo in comment.
2010-05-08 Simon Ruderichvimrc: Use C-p/C-n as replacement for up/down arrows...
2010-03-30 Simon Ruderichvimrc: Map jj to exit insert mode.
2010-03-21 Simon Ruderichvimrc: Fix last commit for Vims without eval.
2010-03-21 Simon Ruderichvimrc: Don't reset 'runtimepath'.
2010-03-12 Simon Ruderichvimrc: Only color the first 200 columns per line.
2010-03-12 Simon Ruderichvimrc: Don't redraw screen while executing macros.
2010-03-12 Simon Ruderichvimrc: Don't store swap files in the same directory...
2010-03-12 Simon Ruderichvimrc: Use as little space as possible for numbers...
2010-03-12 Simon Ruderichvimrc: Unmap arrow keys.
2010-03-10 Simon Ruderichvimrc: Minor documentation updates.
2010-03-10 Simon Ruderichvimrc: Modelines are already disabled.
2010-03-10 Simon Ruderichvimrc: Reset all options on startup.
2010-01-06 Simon Ruderichvimrc: Add custom 'statusline'.
2010-01-06 Simon Ruderichvimrc: Don't allow running as root.
2009-12-13 Simon Ruderichvimrc: Disable 'list' and 'number' in help buffers.
2009-12-11 Simon Ruderichvimrc: Doc updates.
2009-12-11 Simon Ruderichvimrc: Also "fix" :Wa.
2009-11-14 Simon RuderichMerge commit 'rammstein/master'
2009-11-14 Simon Ruderichvimrc: Minor documentation fix.
next