]> ruderich.org/simon Gitweb - config/dotfiles.git/history - vimrc
setup.sh: add missing newline
[config/dotfiles.git] / vimrc
2014-02-11 Simon Ruderichvimrc: Map <Leader>v to "verbatim" mode.
2014-02-11 Simon Ruderichvimrc: Map <Leader>t to switch to real tabs.
2013-09-12 Simon Ruderichvimrc: Search for more cases of "do not edit".
2013-09-06 Simon Ruderichvimrc: Remove unused mapping <Leader>;.
2013-09-06 Simon Ruderichvimrc: Map Y to y$.
2013-09-06 Simon Ruderichvimrc: Fix jk typos JK and Jk.
2013-09-06 Simon Ruderichvimrc: Remove jj mapping.
2013-04-19 Simon Ruderichvimrc: Search "do not edit" header in the first 20...
2013-04-11 Simon Ruderichvimrc: Fix 'include' for sh files.
2013-02-12 Simon Ruderichvimrc: Display unexpected BOM in statusline.
2013-02-09 Simon Ruderichvimrc: Don't create ~/.vim/.netrwhist.
2013-02-09 Simon Ruderichvimrc: Always open in the current window with CtrlP.
2013-02-09 Simon Ruderichvimrc: Minor documentation updates.
2012-12-29 Simon Ruderichvimrc: <SID> is only necessary for mappings.
2012-12-02 Simon Ruderichvimrc: Use 'noignorecase' for * and #.
2012-12-02 Simon Ruderichvimrc: Fix compatibility with Vim 6.4 and later.
2012-12-02 Simon Ruderichvimrc: Don't display unexpected 'fileencoding' for...
2012-12-02 Simon Ruderichvimrc: Display unexpected 'fileformat'/'fileencoding...
2012-12-02 Simon Ruderichvimrc: Minor documentation update.
2012-11-20 Simon Ruderichvimrc: Check if 'splitright' is available.
2012-11-20 Simon Ruderichvimrc: Use echoerr to warn about possible template...
2012-11-20 Simon Ruderichvimrc: :make writes all files and not only the current...
2012-11-20 Simon Ruderichvimrc: Fix indentation for 'statusline' comments.
2012-11-20 Simon Ruderichvimrc: Use short function names in 'statusline'.
2012-11-20 Simon Ruderichvimrc: Enable fast terminal mode in GNU screen and...
2012-11-20 Simon Ruderichvimrc: Create new split windows on the right.
2012-11-20 Simon Ruderichafter/ftplugin/php.vim: Move syntax settings to vimrc.
2012-11-20 Simon Ruderichvimrc: Add Java highlighting settings.
2012-11-15 Simon Ruderichvimrc: Disable spell mappings if there's no spell support.
2012-11-15 Simon Ruderichvimrc: Add StatuslineSyntaxGroup().
2012-11-15 Simon Ruderichvimrc: Add FSWitch settings.
2012-11-02 Simon Ruderichvimrc: Add wildignore settings for C, Java, LaTeX and...
2012-10-20 Simon Ruderichvimrc: Fix assignments outside of if has('eval') block.
2012-10-20 Simon Ruderichvimrc: Add CtrlP settings.
2012-10-20 Simon Ruderichvimrc: Don't open folds for block movements.
2012-10-15 Simon Ruderichvimrc: Display a warning when editing auto-generated...
2012-10-12 Simon Ruderichvimrc: Remap <C-L> only in normal mode.
2012-10-07 Simon Ruderichvimrc: Minor documentation updates.
2012-10-07 Simon Ruderichvimrc: Show completion menu even if only one entry...
2012-10-07 Simon Ruderichvimrc: Ignore case when completing files/directories.
2012-09-02 Simon Ruderichvimrc: Fix compatibility for older Vim versions.
2012-09-02 Simon Ruderichvimrc: Use pathogen#infect() available since 2.0.
2012-08-27 Simon Ruderichvimrc: Add j to 'formatoptions' if available.
2012-08-12 Simon Ruderichvim/colors/simon.vim: Add support for GVim.
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-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-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-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-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-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-01 Simon Ruderichvimrc: Don't highlight embedded languages in Vim script.
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 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.
next