aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
Commit message (Collapse)AuthorAgeFilesLines
* .vimrc: Enable `g:solarized_termtrans`Mathias Bynens2014-10-311-0/+1
| | | | | | | | It improves the display in OS X Terminal.app. http://ethanschoonover.com/solarized/vim-colors-solarized Ref. #425.
* .vimrc: Treat `.md` files as MarkdownJevgeni Zelenkov2014-08-221-0/+2
| | | | | | | | `filetype` is set implicitly, without using setfiletype, because `*.md` is already associated with Modula-2 files and `setfiletype` doesn’t allow `filetype` to be set twice. `setlocal` is used to apply a new `filetype` value for each Markdown file as it is being added to the buffer. Fixes #418. Closes #419.
* .vimrc: Avoid creating backups when editing files in `/tmp`Mathias Bynens2014-07-031-0/+3
| | | | See http://vim.wikia.com/wiki/Editing_crontab.
* Enable Solarized Dark theme in VimMathias Bynens2014-06-071-2/+3
|
* .vimrc: Explicitly use the Molokai themeMathias Bynens2014-02-221-0/+3
|
* Use newlines at EOF consistentlyMathias Bynens2013-03-101-1/+1
|
* .vimrc: Enable per-directory `.vimrc` fileshongymagic2012-07-151-0/+3
| | | | Ref. #86. Thanks to @necolas for the suggestion.
* .vimrc: Respect modeline by defaultDavid Hong2012-07-121-2/+5
|
* .vimrc: Fix typo in commentShawn Jonnet2012-06-171-1/+1
|
* .vimrc: Explicitly allow the use of backspace in insert modeMathias Bynens2012-06-171-0/+2
|
* .vimrc: Use the OS clipboard by defaultMathias Bynens2012-06-081-0/+2
|
* .vimrc: Add some goodies found in @alrra’s dotfilesMathias Bynens2012-02-091-3/+15
|
* .vimrc: Tabs, not spacesMathias Bynens2012-01-271-4/+4
|
* nerfing .vimrc's setrelativenumber and undodir options in case of older vim ↵Paul Irish2012-01-271-4/+8
| | | | version
* Use tabs instead of double-space indentsMathias Bynens2011-12-281-5/+5
|
* .vimrc: Centralize backups, swapfiles and undo historyMathias Bynens2011-12-221-0/+4
|
* .vimrc: add `set wildmenu` for better command-line completion. Thanks, @alrra!Mathias Bynens2011-11-161-0/+2
|
* .vimrc: Make tabs as wide as two spaces.Mathias Bynens2011-10-191-1/+3
|
* Add .vimrc, heavily based on the one @gf3 uses. Fixes #4.Mathias Bynens2011-10-171-0/+62