Commit graph

257 commits

Author SHA1 Message Date
c40d2db165 Double quote all paths in setup script
Linux (Cygwin) doesn't like spaces in path names so setup.sh fails utterly on
Windows if you have a username with spaces in it. This change double quotes all
the ln and touch commands so space-addled paths are handled properly.
2012-02-24 21:54:52 -08:00
ff8c074079 Add ledger Vim/Pathogen bundle 2012-01-24 13:22:24 -08:00
1a24501ca0 Snipmate HTML snippets use single quotes 2012-01-24 13:20:51 -08:00
2f9403bc9a Move Gundo preview window to the bottom of the screen 2012-01-24 13:19:24 -08:00
11e474b35c Local updates to SnipMate 2012-01-11 16:55:31 -08:00
965016f0de Add Peter Provost's PowerShell plugin for Vim
See headers of any of the committed files.
2012-01-11 16:44:39 -08:00
fccef0454c Move autocmds per FileType to ftdetect scripts 2012-01-11 16:43:18 -08:00
9fc695b273 Expand all tabs in Ledger files from ftdetect script 2012-01-11 16:42:49 -08:00
12e479b869 Add text ftdetect script 2012-01-11 16:40:24 -08:00
da1a112e87 Add ftdetect file for Django templates 2012-01-11 16:38:34 -08:00
6a54878cf3 Don't show tabs in list mode for HTML and XML 2012-01-11 16:38:00 -08:00
b04044e78d setlocal instead of set in XML ftdetect 2012-01-11 16:34:32 -08:00
f4c94fa24f Add ledger settings after Vim ft detection 2012-01-11 16:34:11 -08:00
477921df19 Define Vim make command for Python files; use pylint 2012-01-09 16:33:27 -08:00
0f46efa1d2 Add price-db option to ledgerrc 2012-01-09 16:30:33 -08:00
e4774cbd3d Add quotepath to gitconfig
I think this gets added automatically. I certainly didn't add it...
2012-01-09 16:30:01 -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
7e531c1a0f Update up() 2011-12-18 22:51:02 -08:00
55d6796e7a Set PYTHONPATH to include .local path 2011-12-16 16:14:35 -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
b6d33e67d7 Update email address in rc; use which to determine if gls exists 2011-11-30 13:12:07 -08:00
e752364478 Update aliases for pushd and popd 2011-11-30 13:08:57 -08:00
2038ce17ad Add iTunes control aliases to the rc startup 2011-11-30 13:06:52 -08:00
299532632d Set the register format for ledger 2011-11-30 13:06:33 -08:00
eb9b59fd65 Expand tabs to spaces. Tabs are gross. 2011-10-20 13:48:26 -07:00
6e9ffb5cb8 Prompt changes
PROMPT is ' $history $bgjob $time (#|%) '
RPROMPT is '$host:$pwd'
2011-10-20 13:45:40 -07:00
900d07bfb3 Set ledger filetype for .ledger files via autocmd 2011-10-20 08:19:42 -07:00
0bd49aaa56 Do precmd setup in separate functions
- Use $precmd_functions to call a set of functions prior to each prompt
- Write a separator before each prompt made up of a line of hyphens and a
  right-justified timestamp
2011-09-16 11:28:09 -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
6fab5c22b8 Alias for popd 2011-09-14 16:51:40 -07:00
e0398fd5c8 Function to go up n directories 2011-09-14 16:50:33 -07:00
c1ccacc944 Use fancy Unicode glyphs for list mode 2011-09-13 12:29:53 -07:00
8799338169 Move some settings from profile to zshenv
.zshenv is run everytime a zsh instance is started, including subshells and the
like. Use this file, now, to set things like PATH and such that are used
frequently.

Add a setup symlink for .zshenv
2011-09-13 11:26:35 -07:00
7d308754fc Remove the nc alias; unused and caused some issues earlier... 2011-09-13 11:26:06 -07:00
b1865c8206 Update the header comment 2011-09-13 11:25:45 -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
eab8ef0bbd Add /opt/local/bin to the PATH on Darwin 2011-09-09 14:46:03 -07:00
70e4800d5e Customize how Vim does C formatting 2011-09-09 14:45:47 -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
2e179229fc Ignore everything in the vim/undo directory 2011-08-15 10:46:29 -07:00
7cfbf5e8f3 Add an alias for listing filesystem ACLs on OS X 2011-08-15 10:46:02 -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
f065b357c3 Add undo directory 2011-08-11 18:20:11 -07:00
66c8f9ff3c Create PATH manually instead of relying on system PATH generation 2011-08-11 12:00:09 -07:00
64e7da3020 Ignore zsh/cache directory 2011-08-11 11:59:24 -07:00
c168cf00f7 Add command-t bundle to vim 2011-08-11 11:58:11 -07:00
e183f6e77c Toggle Gundo with F3 2011-07-29 07:48:33 -07:00
b2275e7705 Change email address 2011-07-29 07:48:17 -07:00