aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Where did that come from?Tom Ryder2012-03-021-1/+1
|
* Oops, needs to be wrapped in a conditional.Tom Ryder2012-03-021-1/+3
|
* Ignore case in wildmenu in Vim.Tom Ryder2012-03-021-0/+1
|
* Just one <Tab> press for completion. Much nicer.Tom Ryder2012-03-021-1/+1
|
* Always report substitution line count.Tom Ryder2012-02-281-0/+1
|
* Set autoread.Tom Ryder2012-02-281-0/+3
|
* Move message options into own section.Tom Ryder2012-02-281-1/+3
|
* Nice complement to shiftwidth.Tom Ryder2012-02-271-0/+1
|
* Explicitly set scrolling options.Tom Ryder2012-02-271-1/+2
| | | | | | Also use a horizontal scroll offset; for some reason having a vertical one bothers me, and so does not having a horizontal one. I don't think there's any real need to be consistent here.
* Remove silent! call to showtabline.Tom Ryder2012-02-261-1/+3
| | | | Use exists("&showtabline") instead, it's nicer.
* Actually, this is simpler and works better.Tom Ryder2012-02-171-5/+1
|
* More compatibility hacks.Tom Ryder2012-02-171-4/+4
|
* More compatible colorscheme selection.Tom Ryder2012-02-171-1/+6
|
* Added a few more conditional checks.Tom Ryder2012-02-141-12/+14
| | | | | | | | Just in the interests of compatibility. There's technically at least one other place that there should be such a check, in the +user_commands section, where I define typo correction stuff. I should be making sure that +cmdline_compl is available, but it just makes things a little bit too convoluted.
* Added feature check wrapper to user commands.Tom Ryder2012-02-141-9/+11
|
* More complete typo redefinitions.Tom Ryder2012-02-141-6/+6
|
* Generate helptags from PathogenTom Ryder2012-02-131-0/+1
|
* Allow args to typos for :W and :E.Tom Ryder2012-02-131-2/+2
|
* Changed my mind about this one.Tom Ryder2012-02-021-4/+0
|
* Corrected yank remainder line behaviour.Tom Ryder2012-02-021-0/+3
|
* Emacs keybindings for start/end line.Tom Ryder2012-02-021-0/+4
|
* Turns out you don't need the leading colon.Tom Ryder2012-01-271-2/+2
|
* Add a couple of unmappings for annoying keys.Tom Ryder2012-01-261-0/+4
|
* Move terminal stuff into its own section.Tom Ryder2012-01-261-3/+5
|
* Add call to matchit.vim macro, if available.Tom Ryder2012-01-261-0/+3
|
* Move list stuff into its own section.Tom Ryder2012-01-261-2/+4
|
* Move paste stuff into its own section.Tom Ryder2012-01-261-2/+4
|
* Force command definitions through on reload.Tom Ryder2012-01-241-9/+9
|
* Move fillchars definition to move appropriate positionTom Ryder2012-01-201-1/+3
|
* Added Pathogen back in again.Tom Ryder2012-01-191-0/+3
|
* Removed textwidth setting.Tom Ryder2012-01-171-1/+0
| | | | I don't like formatting as I type. I'd sooner use gqap manually.
* Alias commands properlyTom Ryder2012-01-151-7/+9
|
* This was causing more trouble than it was worth, I've always got gqap if I ↵Tom Ryder2012-01-071-1/+0
| | | | need to format a paragraph comment.
* No easy way to tell if tabs available, only the 'windows' option, which is ↵Tom Ryder2012-01-051-1/+1
| | | | imperfect
* Got syntax wrong in previous commit.Tom Ryder2012-01-051-2/+2
|
* Some machines don't have this aucmd definition it seems.Tom Ryder2012-01-051-2/+2
|
* I never use relativenumber anyway.Tom Ryder2012-01-051-2/+0
|
* Refactoring to better test conditional featuresTom Ryder2012-01-051-23/+29
|
* No escape-prefixed keys in insert mode, turn off syntax highlighting while ↵Tom Ryder2012-01-051-3/+6
| | | | in insert mode, don't allow unsaved buffers to be hidden.
* lazyredraw occasionally causing problems in my terminalTom Ryder2012-01-021-3/+0
|
* Further tweakings.Tom Ryder2012-01-021-14/+20
|
* New custom syntax color file.Tom Ryder2012-01-021-17/+15
|
* Nah, I don't like it; I'm usually only editing one file, these are wastes of ↵Tom Ryder2011-12-301-7/+2
| | | | space most of the time.
* Pretty much always using a fast terminal.Tom Ryder2011-12-301-0/+1
|
* Lots of configuration changes (some experimental); some color scheme changesTom Ryder2011-12-301-15/+38
|
* Show linebreaksTom Ryder2011-12-211-0/+1
|
* No longer need to disable arrow keys, comfortable with hjklTom Ryder2011-12-191-6/+0
|
* More conditionals to avoid startup errors when using older/smaller versions ↵Tom Ryder2011-12-191-5/+13
| | | | of vim
* No backups, tweak search highlighting so the cursor's position is a shade ↵Tom Ryder2011-12-191-0/+1
| | | | more obvious
* More intelligent search optionsTom Ryder2011-12-161-0/+6
|