]> ruderich.org/simon Gitweb - config/dotfiles.git/shortlog
config/dotfiles.git
2012-08-28 Simon Ruderichbin/print-constant.pl: Add, print values of C constants.
2012-08-28 Simon Ruderichzsh/rc: Improve documentation for matcher-list.
2012-08-27 Simon Ruderichvimrc: Add j to 'formatoptions' if available.
2012-08-27 Simon Ruderichvim/ftplugin/*/*.xpt.vim: Prevent errors if XPTemplate...
2012-08-12 Simon Ruderichvim/colors/simon.vim: Add support for GVim.
2012-08-11 Simon Ruderichvim/colors/simon.vim: Add examples for statementControl...
2012-08-11 Simon Ruderichvim/colors/simon.vim: Documentation update.
2012-08-11 Simon Ruderichgitconfig: Add missing timezone in reference.
2012-08-11 Simon Ruderichgitconfig: Add rp alias. Pushes to all remotes.
2012-08-11 Simon Ruderichgitconfig: Add diff color settings.
2012-08-11 Simon Ruderichgitconfig: Fix indentation.
2012-08-11 Simon Ruderichgitconfig: Reorder some aliases.
2012-08-11 Simon Ruderichgitconfig: Add dw and dcw aliases (diff --patience...
2012-08-11 Simon Ruderichgitconfig: Group aliases.
2012-08-11 Simon Ruderichgitconfig: Use long options in aliases.
2012-08-07 Simon Ruderichzsh/rc: Fix indentation.
2012-08-07 Simon Ruderichzsh/rc: Add option to use tmux instead of screen.
2012-08-02 Simon Ruderichvim/ftplugin/perl/perl.xpt.vim: Add missing year default.
2012-08-02 Simon Ruderichvim/ftplugin: Add XPTemplate file skeletons for C and...
2012-08-02 Simon Ruderichvim/after/syntax: Special highlight for statement contr...
2012-07-27 Simon Ruderichvimrc: Always use unix line-endings for new files.
2012-07-27 Simon Ruderichvimrc: Only remove . from 'directory' if safe directori...
2012-07-14 Simon Ruderichvim/after/syntax/diff.vim: Add. Better highlighting...
2012-07-04 Simon Ruderichvimrc: Show a message when viewing the first buffer...
2012-07-04 Simon Ruderichvimrc: Minor documentation updates.
2012-06-30 Simon Ruderichvimrc: Use replacement for %f in statusline which uses...
2012-06-30 Simon Ruderichvimrc: Minor documentation update.
2012-06-30 Simon Ruderichvimrc: Also fix some English spelling mistakes.
2012-06-30 Simon Ruderichvimrc: Only enable some items in securemodelines.
2012-06-30 Simon Ruderichvimrc: Only map NERDCommenterToggle in normal mode.
2012-06-30 Simon Ruderichvimrc: Fix weird double fold in #if 0 in C files.
2012-06-30 Simon Ruderichvimrc: Don't draw vertical split separator.
2012-06-22 Simon Ruderichvim/plugin/securemodelines.vim: Merge version ca214e9f70.
2012-06-21 Simon Ruderichvim/after/**: License under GPL v3+.
2012-06-21 Simon Ruderichvim/after/**: Minor cleanup.
2012-06-21 Simon Ruderichvimrc: Don't use abbreviated commands (:bprev -> :bprev...
2012-06-21 Simon Ruderichvimrc: Use inoreabbrev instead of iabbrev.
2012-06-21 Simon Ruderichvimrc: Use additional syntax groups of my color scheme.
2012-06-21 Simon Ruderichvim/colors/simon.vim: Add, custom color scheme.
2012-06-17 Simon Ruderichvimrc: Don't highlight overlong lines in diff mode.
2012-06-17 Simon Ruderichvimrc: Documentation update.
2012-06-17 Simon Ruderichvimrc: Add tab and precedes to 'listchars'.
2012-06-17 Simon Ruderichvimrc: Split 'listchars' in multiple lines.
2012-06-17 Simon Ruderichvimrc: Fix copyright year.
2012-06-16 Simon Ruderichvimrc: Fix highlight of Unicode whitespace.
2012-06-15 Simon RuderichMinor documentation updates.
2012-06-07 Simon Ruderichvimrc: Only use 'foldcolumn' if there's enough space.
2012-04-09 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2012-04-09 Simon Ruderichvimrc: Another minor documentation update.
2012-04-07 Simon Ruderichvimrc,gvimrc: Minor documentation update.
2012-04-07 Simon Ruderichvimrc: Don't use 'ignorecase' for insert mode completion.
2012-04-07 Simon Ruderichvimrc: Add Shell syntax settings.
2012-04-05 Simon Ruderichvimrc: Ignore errors when pathogen is missing.
2012-04-05 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2012-03-31 Simon Ruderichvimrc: Remove superfluous empty line.
2012-03-31 Simon Ruderichvimrc: Use local variables in s:CustomSyntaxHighlights().
2012-03-31 Simon Ruderichvimrc: Fix indentation in s:CustomSyntaxHighlights().
2012-03-31 Simon Ruderichvimrc: Fix custom highlights disappearing in new windows.
2012-03-27 Simon Ruderichssh_config: Check host IP when connecting.
2012-03-27 Simon Ruderichssh_config: Abort if not all requested port forwardings...
2012-03-02 Simon Ruderichvimrc: Use 'noignorecase' for * and # in visual mode.
2012-03-02 Simon Ruderichvimrc: Enable 'hlsearch'.
2012-03-02 Simon Ruderichvimrc: 'nostartofline' for window scroll commands only.
2012-03-02 Simon Ruderichvimrc: Display highest buffer number in 'statusline'.
2012-03-02 Simon Ruderichzsh/rc: Fix "fg" in window_preexec() for programs start...
2012-02-26 Simon Ruderichvimrc: Only use spelling maps in normal mode.
2012-02-26 Simon Ruderichvimrc: Prefer '..' for strings.
2012-02-19 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2012-02-18 Simon Ruderichvimrc: Move all autocmds in the vimrc augroup.
2012-02-14 Simon Ruderichzsh/rc: Don't use which.
2012-02-14 Simon Ruderichzsh/rc: Add support for tmux to window_preexec().
2012-02-14 Simon Ruderichbin/notify.py: Add, displays a message on the screen.
2012-02-14 Simon Ruderichbin/srsync: Add, rsync shortcut with useful options.
2012-02-14 Simon Ruderichbin/README: Add GPL notice.
2012-02-01 Simon Ruderichbin/*: Use exec to prevent unnecessary shell processes.
2012-02-01 Simon Ruderichhtoprc: Add, basic configuration file.
2012-02-01 Simon Ruderichvimrc: Don't highlight embedded languages in Vim script.
2012-01-25 Simon Ruderichgvimrc: Disable mouse and mouse wheel.
2012-01-25 Simon Ruderich*: License under GPL v3+.
2012-01-25 Simon Ruderichvimrc,gvimrc,setup.sh: License under GP v3+.
2012-01-25 Simon Ruderich*: License under GPL v3+.
2012-01-24 Simon Ruderichzsh/rc: Add pdf command.
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-14 Simon Ruderichshell/function,zsh/rc: Replace $@ with "$@".
2012-01-14 Simon Ruderichshell/aliases: Replace remaining $* with "$@".
2012-01-14 Simon Ruderichzsh/rc: Use ghci with rlwrap if available.
2012-01-14 Simon Ruderichzsh/rc: Improved gitk and tig commands.
2012-01-14 Simon Ruderichzsh/rc: Add new section custom commands.
2012-01-14 Simon Ruderichinputrc: Ctrl-P/Ctrl-N only display matching lines.
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.
next