aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
...
* Make mapping timeout settings explicitTom Ryder2013-07-181-0/+2
|
* Merge nested if structures for viminfo controlTom Ryder2013-07-181-9/+7
|
* Explicitly set nospell, add spelllang switchesTom Ryder2013-07-181-1/+4
| | | | For conveniently moving between US and NZ English, as I often need to do
* Don't hide files with trailing tildes in netrwTom Ryder2013-07-181-1/+1
| | | | | I don't use that format for a backup suffix anyway, so I'd rather know they're there
* Append to rather than replace 'fileformat' valueTom Ryder2013-07-181-1/+1
|
* Use vnoremap not xnoremapTom Ryder2013-07-101-1/+1
| | | | More compatible and I never use select mode anyway
* Remove double-upTom Ryder2013-07-041-4/+1
|
* Should have been using these years ago reallyTom Ryder2013-07-031-0/+4
|
* Don't keep viminfo for temporary/sensitive filesTom Ryder2013-07-031-0/+12
|
* Make & act sanelyTom Ryder2013-07-031-0/+4
| | | | | Per @tpope's sensible.vim; & repeats the last substitution, but doesn't preserve flags, which you would almost always want to do.
* Don't cache stuff in sensitive filesTom Ryder2013-06-211-1/+22
| | | | | | | Discovered pass(1) was saving backup, undo, and swap files in plaintext on my machine. These settings stop it. Also gave an existing augroup a nicer name.
* Restoring format flags togglingTom Ryder2013-06-101-0/+10
|
* OH MY GOD WHERE HAVE YOU BEEN ALL MY LIFETom Ryder2013-05-071-0/+1
|
* formatoptions should not be set in vimrcTom Ryder2013-05-071-12/+0
| | | | I have learned my lesson
* More conservative setting for synmaxcolTom Ryder2013-05-061-1/+1
|
* Define rather than append to 'displayTom Ryder2013-04-201-1/+1
|
* Add digraph for ellipsisTom Ryder2013-04-201-0/+5
| | | | I think I got this from @tpope
* Remove clipboard setting from vimrcTom Ryder2013-03-221-5/+0
| | | | No longer needed as I've given up on trying to make Xming at all useful
* This is overengineering in retrospectTom Ryder2013-02-271-20/+14
|
* Cleverer syntax for filetype shortcutsTom Ryder2013-02-231-14/+20
|
* Wrap has('eval') checks around assignmentTom Ryder2013-02-231-1/+3
| | | | :let doesn't work if the +eval feature isn't loaded
* Remove filetype-specific settings from .vimrcTom Ryder2013-02-231-17/+0
| | | | This kind of stuff should go in after/syntax files, probably.
* Use single quotes not double onesTom Ryder2013-02-161-31/+31
| | | | Not that I have any escape sequences that I can see, but you know
* Some sensible key-combo timeout settingsTom Ryder2013-02-161-0/+4
|
* Remove unused text object mappingsTom Ryder2013-02-161-6/+0
|
* Hide some unwanted netrw stuffTom Ryder2013-02-161-0/+1
| | | | This from @tpope's vim-sensible
* Remove unneeded character strip from completeTom Ryder2013-02-161-1/+1
|
* Place missing string concatTom Ryder2013-02-161-2/+2
|
* Specify clipboard/fillchars with let not setTom Ryder2013-02-161-1/+1
| | | | Means I don't have to escape so much
* Don't start X links for screen terms eitherTom Ryder2013-01-301-1/+1
|
* Don't try to connect to X server from PuTTYTom Ryder2013-01-301-0/+3
| | | | | | | | | I quite like to leave X forwarding on for PuTTY when connecting to my home machine, so I can run programs with Xming. There's a two-second delay in Vim as it tries to connect to the X server whenever I forward it if Xming isn't running. This fixes it. http://stackoverflow.com/a/10718757/493111
* Some fixes from @tpope's simple.vimTom Ryder2013-01-251-6/+9
|
* Alternative Apache pathsTom Ryder2012-11-091-0/+7
|
* Wait, that didn't work as expectedTom Ryder2012-09-281-3/+0
|
* Should have done this years agoTom Ryder2012-09-281-0/+3
|
* Prefer full command nameTom Ryder2012-09-141-1/+1
|
* Changed my mindTom Ryder2012-09-091-1/+1
|
* Use same kind of slash everywhereTom Ryder2012-09-091-0/+1
|
* Changed vim colorschemesTom Ryder2012-09-091-1/+1
|
* This turned out to be a bit excessiveTom Ryder2012-09-041-3/+0
| | | | Text files add up pretty fast actually with the amount I save
* More compatibility updatesTom Ryder2012-09-041-4/+4
| | | | | Looks like a buffer overflow problem for very old Vim with long backupext strings
* Compatibility checksTom Ryder2012-09-041-6/+6
|
* Crude versioning of backupsTom Ryder2012-09-041-0/+3
|
* When not sudo, use swap/backup/undo filesTom Ryder2012-09-041-3/+28
|
* Explicitly set filetypes locally to bufferTom Ryder2012-09-041-13/+13
|
* Shortcut for XML syntaxTom Ryder2012-09-041-0/+1
|
* Add lazyredrawTom Ryder2012-08-201-0/+1
|
* Shorthand for filetype specsTom Ryder2012-07-241-3/+1
|
* Don't do funcs or vars when no +evalTom Ryder2012-07-181-10/+14
| | | | | | This stops my .vimrc throwing errors at me when I happen to run it on a machine that only has vim-tiny, which tends to exclude the +eval feature necessary for function and variable declarations
* Set a couple netrw optionsTom Ryder2012-07-171-0/+4
|