aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Observe VimL convention of two-space indentsTom Ryder2013-07-211-198/+198
|
* 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
* 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
|
* 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
|