aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Remove ancient IRC quoteTom Ryder2016-06-011-13/+0
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Fix confusing comment with poor grammarTom Ryder2015-07-071-2/+1
|
* Use only single quotes for consistencyTom Ryder2015-07-021-2/+2
|
* Comment nitpickTom Ryder2015-06-291-1/+1
|
* Remove reference to nonexistent unimpaired bindsTom Ryder2015-06-241-1/+1
|
* Nitpick: fix indenting in vimrcTom Ryder2015-06-171-4/+4
|
* More thorough check for 'j' in 'formatoptions'Tom Ryder2015-05-131-3/+3
| | | | Found in @tpope's vim-sensible
* Remove unmap of QTom Ryder2015-04-071-3/+0
| | | | | Ex mode is actually kind of handy when doing a set of text transformations, e.g. substitutions/pattern deletions
* Remove the unmap for K as I'm actually using itTom Ryder2015-04-071-5/+0
| | | | | Doing a lot more shell and some C programming these days and this has actually become sort of useful.
* Remove an unneeded unmapTom Ryder2015-04-071-3/+0
| | | | | I unmapped this initially because I was using the Escape key; nowadays I never do, I use Ctrl+[, so it's no longer doing any harm
* Remove the ~/.vimrc.local searchTom Ryder2015-04-021-7/+0
| | | | Using ~/.vim/after instead
* Remove redundancy for previous commitTom Ryder2015-04-021-1/+1
|
* Binding for copypaste convenienceTom Ryder2015-04-021-0/+15
|
* Use full version of :substitute in vimrcTom Ryder2015-01-201-1/+1
|
* Move netrw settings into after scriptTom Ryder2015-01-201-17/+0
|
* Check persistent_undo feature before unsettingTom Ryder2014-12-021-1/+3
|
* Don't use Pathogen if Vim is ancientTom Ryder2014-11-071-4/+6
| | | | | At least on Debian's stock Vim on really old machines, loading Pathogen causes a segfault that leaves Vim looping forever.
* Make function of whitespace stripperTom Ryder2014-11-031-2/+9
|
* Make explicit local varsTom Ryder2014-11-031-2/+2
|
* Tidy big file measures into a functionTom Ryder2014-11-021-9/+22
|
* Whoops, left debugging value in hereTom Ryder2014-11-021-1/+1
|
* Change Vim settings for large filesTom Ryder2014-11-011-7/+14
| | | | Including setting synmaxcol and turning off backups etc
* Preserve size of other Vim windows when splittingTom Ryder2014-10-051-0/+3
|
* Match angle brackets in Vim with %Tom Ryder2014-10-051-0/+3
|
* Add Unicode snowman digraphTom Ryder2014-06-221-1/+2
|
* Strip trailing whitespace with <leader>xTom Ryder2014-04-161-0/+4
|
* Group search settings lines properlyTom Ryder2014-03-171-4/+4
|
* Never write Vim :make output to terminalTom Ryder2014-03-011-0/+3
| | | | I've never used it; this seems tidier
* No longer use ^A,^E on Vim command lineTom Ryder2014-02-191-6/+0
| | | | | Trained myself out of it, I use the command window now instead, like God intended
* Don't show netrw bannerTom Ryder2013-12-311-0/+3
|
* Custom digraph rulesTom Ryder2013-12-011-4/+3
|
* Markers for lines that continue offscreenTom Ryder2013-10-211-0/+4
|
* Add note about unimpaired's pasting mapsTom Ryder2013-10-121-1/+2
|
* Show dotfiles in netrwTom Ryder2013-10-121-1/+1
|
* Apply sensible setting to 'switchbuf'Tom Ryder2013-10-081-0/+8
| | | | Turns out I've been using Vim completely wrong.
* Got a comment backwardsTom Ryder2013-10-011-1/+1
|
* Add j to formatoptions if possibleTom Ryder2013-10-011-0/+6
|
* Unused abbreviation and I actually do want c_C-FTom Ryder2013-09-231-5/+0
|
* Rebind ^C in Vim to also undo current insert opTom Ryder2013-09-071-0/+4
| | | | | | | | | | | | | | | 15:44:34 <tyrmored> is there already an insert mode binding that cancels the current insert operation entirely? 15:44:53 <tyrmored> (and returns you to normal mode) 15:45:09 <paradigm> I think you want either <esc> or ctrl-c 15:45:12 <jamessan> <C-c>u 15:45:31 <paradigm> then u, yes 15:45:33 <tyrmored> jamessan: yeah, see, i have <C-c> bound to <C-c>u, which is great 15:45:41 <tyrmored> but i was wondering if i'm repeating a binding that already exists 15:45:46 <jamessan> nope 15:45:51 <tyrmored> great
* Check +autocmd before removing Fedora augroupTom Ryder2013-09-051-3/+5
|
* Restore background=dark setting to .vimrcTom Ryder2013-08-291-2/+3
| | | | | Seems like it's still needed for the default colorschemes to which I occasionally have to resort.
* Fix pathname to Vim bundlesTom Ryder2013-08-251-1/+1
|
* romainl reminds me I am a public personTom Ryder2013-08-241-0/+13
|
* Trailing whitespace fixesTom Ryder2013-07-311-1/+1
|
* Unset Fedora settings I dislikeTom Ryder2013-07-301-0/+7
|
* Two small spelling/orthography fixesTom Ryder2013-07-291-2/+2
|
* Explain double-slashes on file settings clearlyTom Ryder2013-07-271-4/+4
| | | | Including fixing a copy-paste comment error
* Missed an indent fixTom Ryder2013-07-221-4/+4
|
* Make search highlight clearing quietTom Ryder2013-07-211-1/+1
|