Commit graph

93 commits

Author SHA1 Message Date
031f715659 Merge remote-tracking branch 'origin/master' 2013-01-25 17:41:18 -08:00
2e04bc2433 Unstash work-local changes and merge
- Fix gitconfig to use Kaleidoscope
- Toggle solarized background with <F10>
2013-01-24 16:30:53 -08:00
09c5de132f Set tags files for Vim 2013-01-23 13:24:37 -08:00
be971a79fa project.vim stuff 2013-01-16 21:07:53 -08:00
a8dde47e93 Merge remote-tracking branch 'origin/master'
Conflicts:
	vimrc
2013-01-13 10:19:57 -08:00
67339be8b9 Vim: add {find,source}_project_file() functions
- On VimEnter, look for and source (if found) a project.vim file containing
  settings specific to this project. Files are found by looking in the current
  working directory and searching up the tree until the root.
2013-01-13 10:12:34 -08:00
f64bce25cf Dark windows everywhere (again?) 2013-01-07 10:22:08 -08:00
b98cfe1c29 For command-t: return to default behavior -- buffers, instead of tabs 2013-01-07 10:13:30 -08:00
2b4b48732b Dark backgrounds everywhere 2013-01-07 10:12:43 -08:00
ccfc01ef6f Merge remote-tracking branch 'origin/master'
Conflicts:
	tmux.conf
	vimrc
2013-01-07 10:02:47 -08:00
29c48d66a9 Reload snippets after writing a snippet configuration file 2013-01-07 09:56:12 -08:00
8fbbca85f4 Set filetypes with autocmds (I think these will be fixed by some syntax scripts) 2013-01-07 09:55:57 -08:00
cd8896326e Tweak some Vim macros for sourcing and editing configuration files 2013-01-07 09:55:13 -08:00
15cf65d0bb Merge remote-tracking branch 'origin/master' 2013-01-05 10:29:10 -08:00
b84f418c71 Add text bubbling commands to vimrc 2013-01-05 10:28:42 -08:00
b4540002f2 Vimrc file cleanup and tweaks 2013-01-03 10:57:25 -08:00
1614c7fc2a Add statusline configuration to .vimrc 2012-12-04 10:47:52 -08:00
2ea4c34811 Disable list mode in the console 2012-11-01 10:52:21 -07:00
655c5519f4 Move GUI stuff to gvimrc; fix local vimrc include 2012-11-01 10:16:14 -07:00
fec0cd6f68 Fix sourcing of .vimrc.local 2012-10-05 11:39:14 -07:00
c72c7d2778 Update and merge changes to vimrc 2012-10-01 11:38:53 -07:00
dc1980778d Try to set guifont; fall back if it doesn't exist 2012-10-01 11:35:23 -07:00
287756fc35 Disable relativenumber; update wildignore 2012-09-28 19:48:23 -07:00
cc8e0fe12c Merge changes from origin/master
Update vimrc
2012-08-07 13:10:45 -07:00
10f025a668 Few minor tweaks to .vimrc 2012-07-20 09:48:27 -07:00
e85fa6f091 Some solarized color scheme settings for Vim 2012-04-10 10:11:38 -07:00
3725d82a1e Clean up colorscheme settings for Vim 2012-03-21 10:07:19 -07:00
95f7219171 Set markdown filetime for *.md files 2012-03-09 23:37:14 -08:00
2f9403bc9a Move Gundo preview window to the bottom of the screen 2012-01-24 13:19:24 -08:00
fccef0454c Move autocmds per FileType to ftdetect scripts 2012-01-11 16:43:18 -08:00
5ce9502982 Source a local .vimrc if it exists 2012-01-04 08:55:00 -08:00
273cb3758a Set indents to 2 spaces for HTML; open all folds in ledger 2012-01-04 08:54:31 -08:00
e24a8eb3d4 Macro to open snipmate file for current file's type 2011-12-16 16:11:21 -08:00
f051697b10 Fix some color settings in vimrc 2011-11-30 13:21:59 -08:00
900d07bfb3 Set ledger filetype for .ledger files via autocmd 2011-10-20 08:19:42 -07:00
021b4aa2e2 Do trailing whitespace clean up on write
- Move whitespace clean up to a function triggered by an autocmd
2011-09-16 11:27:20 -07:00
c1ccacc944 Use fancy Unicode glyphs for list mode 2011-09-13 12:29:53 -07:00
086eca5ad8 Bunch of stuff...
So I retab'd this file 'cause I was tired of all the tabs. There are a few other
changes too:

- Change my SnipMate email address
- Fix my trailing whitespace macro so it restores the cursor position
- Change up some of the list mode settings
2011-09-13 11:22:16 -07:00
83d4a9af28 Minor updates to .vimrc
Use a dot for trailing spaces in list view. Move comments off of remap lines (I
didn't realize Vim treated the entire line as part of the macro (i.e. NO
LINE-END COMMENTS).
2011-08-17 10:14:52 -07:00
bba82b9a1c Add tons of new options and comments to .vimrc
Following several online tutorials about 'Pimping Vim' I added a bunch of
interesting new options and mappings to my .vimrc. I also commented everything,
line by line, to the best of my ability.
2011-08-15 10:44:30 -07:00
e183f6e77c Toggle Gundo with F3 2011-07-29 07:48:33 -07:00
Eryn Wells
76d6f308da Fix colorschemes in vimrc 2011-07-01 06:54:27 -07:00
Eryn Wells
662fe0334c Initial commit 2011-05-03 21:53:50 -07:00