aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove markdown pluginTom Ryder2013-10-121-0/+0
| | | | | Vim 7.4 includes a recent version of the Markdown filetype plugin with the things I was avoiding fixed, so this should no longer be needed.
* Remove nextagTom Ryder2013-10-121-0/+0
| | | | t> and T> are proving to be all I need personally
* Remove characterizeTom Ryder2013-10-121-0/+0
| | | | Expensive to load and not used often enough to justify it
* Updated submodulesTom Ryder2013-10-081-0/+0
|
* 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
|
* No longer using EunuchTom Ryder2013-09-162-5/+0
| | | | It overwrites one of my bindings anyway
* No longer using FugitiveTom Ryder2013-09-161-0/+0
| | | | | git add -e is turning out to actually suit me better for diffs, and I don't use the rest of it anyway
* Add my Nextag pluginTom Ryder2013-09-151-0/+0
|
* Remove speeddating, unused for a long timeTom Ryder2013-09-071-0/+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.
* Update Vim bundlesTom Ryder2013-08-262-0/+0
|
* Fix pathname to Vim bundlesTom Ryder2013-08-251-1/+1
|
* romainl reminds me I am a public personTom Ryder2013-08-241-0/+13
|
* Remove some unused pluginsTom Ryder2013-08-064-0/+0
|
* Upgrading submodulesTom Ryder2013-08-013-0/+0
|
* Trailing whitespace fixesTom Ryder2013-07-311-1/+1
|
* Fix indenting in after scriptsTom Ryder2013-07-302-3/+3
|
* Remove Markdown overrides, seems to be fixed nowTom Ryder2013-07-301-9/+0
|
* No longer using Gundo, remove bindingTom Ryder2013-07-301-8/+0
|
* 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
|
* Respect VimL conventionTom Ryder2013-07-211-0/+5
|
* Make search highlight clearing quietTom Ryder2013-07-211-1/+1
|
* Observe VimL convention of two-space indentsTom Ryder2013-07-212-200/+200
|
* Move fillchars definitionTom Ryder2013-07-211-5/+5
| | | | | The features required for 'fillchars' are +windows and +folding, not syntax
* Restore tildeop settingTom Ryder2013-07-211-0/+4
|
* Refine color choices (no 'background' defined)Tom Ryder2013-07-201-3/+3
|
* Simple reordering of a couple of linesTom Ryder2013-07-181-4/+4
| | | | Pair autoread and autowrite together
* More verbose comments for gvimrc tooTom Ryder2013-07-181-1/+9
|
* Fix typo in commentTom Ryder2013-07-181-2/+2
|
* Comment the heck out of my .vimrcTom Ryder2013-07-181-42/+256
| | | | | | | | Including some minor re-ordering of lines so that they make more sense in sequence. I've been meaning to do this for some time as reading my .vimrc wasn't actually terribly instructive for someone who didn't already know what all these lines were; hell, even I forgot what some of them do
* More logical order for wrapping settingsTom Ryder2013-07-181-1/+1
|
* Delete unused ^X^] shortcutTom Ryder2013-07-181-1/+0
| | | | I don't think I've ever once actually used this feature
* Turn off modeline feature properlyTom Ryder2013-07-181-1/+1
|
* Keep more command, search, and undo historyTom Ryder2013-07-181-2/+2
|
* 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
|