Commit graph

837 commits

Author SHA1 Message Date
71c3c06be4 Add Tomorrow{,Night} Vim colorschemes 2013-01-23 11:12:19 -08:00
f40332b379 Add Oh My ZSH! dependency and make a few adjustments to accomodate 2013-01-23 11:11:52 -08:00
52396e8b55 Use add-zsh-hook for prompt hooks; fix colors of prompt components 2013-01-23 10:55:15 -08:00
6413841d0f Redo some dircolors for OS X to handle new color settings in iTerm 2013-01-23 10:54:47 -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
2cbe3d7b00 Fix set_xterm_title function in prompt for iTerm2 2013-01-13 10:14:22 -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
7f1900d484 Add a GDB config file (yess!) 2013-01-07 10:13:45 -08:00
b98cfe1c29 For command-t: return to default behavior -- buffers, instead of tabs 2013-01-07 10:13:30 -08:00
dbd6a3c367 Dark backgrounds for Vim GUI windows 2013-01-07 10:12:58 -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
b69ed2a83f Add some Markdown settings to vim/after/ftplugin 2013-01-07 09:53:52 -08:00
1b26155828 Add C++ to mkcodemod 2013-01-07 09:53:19 -08:00
e1ae600953 C and Python ftplugin tweaks 2013-01-07 09:53:03 -08:00
7bb6389571 List tmux sessions when starting zsh login shells 2013-01-07 09:51:43 -08:00
e9de60c438 Comments and stuff in tmux config 2013-01-07 09:51:06 -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
9df36b0a3f Make Kaleidoscope git's diff and merge tool 2013-01-05 10:28:25 -08:00
b4540002f2 Vimrc file cleanup and tweaks 2013-01-03 10:57:25 -08:00
8526e665b3 Fix vcs_info in prompt 2013-01-03 10:01:49 -08:00
067c390434 Clean up and expand tmux config 2013-01-03 10:01:36 -08:00
674cb85503 Add snipmate dependencies 2013-01-01 13:32:56 -08:00
53eb1a38a4 Fix C comments 2012-12-07 09:34:36 -08:00
5eeb7cee5e Merge remote-tracking branch 'origin/master' 2012-12-07 08:44:25 -08:00
1614c7fc2a Add statusline configuration to .vimrc 2012-12-04 10:47:52 -08:00
c1251ecfc3 loquacious: Tweak help 2012-11-30 11:31:42 -08:00
cb810d4ef6 loquacious: Clean up some comments; autoload vcs_info 2012-11-30 11:30:04 -08:00
a0ab13cb8a Only show hostname when connected via SSH 2012-11-30 11:18:38 -08:00
11902b50a6 Tweak how repo data is displayed: on <repo>(<branch>) 2012-11-30 11:18:25 -08:00
dd24848be4 Set level on print_msg functions in load_module 2012-11-30 11:13:33 -08:00
94909e16cd Remove wiki function; doesn't work anymore :( 2012-11-30 11:13:10 -08:00
a5cdf60767 Add a few more character sets to pw() 2012-11-29 16:12:34 -08:00
8c8f2bad84 Significantly expand pw()'s functionality 2012-11-29 16:08:11 -08:00
8ebe1788bf New message/log functions 2012-11-29 15:18:57 -08:00
0c08add311 Move up() to its own function file 2012-11-29 13:28:42 -08:00
6184eba778 Make various init stages into functions in zshrc 2012-11-29 13:26:49 -08:00
e63cdb9aa7 Fix typo: {prompt_,}print_newline 2012-11-29 12:02:06 -08:00
d3b8abce8e Lots of clean up for loquacious prompt
- Move zle keymap select code to prompt module
- Use vcs_info to get repo information
- Reduce number of functions required to generate prompt
- Set $PS1 once in setup to a bunch of $PS1_* variables. These variables are set
  before each prompt. Doing this lets me change prompt themes more easily.
2012-11-29 11:15:24 -08:00
66438f666c Prompt configuration to a prompt theme
Move my prompt configuration to a prompt theme function in my $fpath. I call it
'loquacious'. The prompt is configured by the prompt_loquacious_setup function.

This change also necessitated a new function called prompt_colorize to generate
a string with the correct set of color escapes for the prompt.
2012-11-28 21:44:13 -08:00
b80715ccea Add load_module function to shell-functions 2012-11-28 15:23:57 -08:00
e0ab531085 Colorize list of PIDs for kill command 2012-11-28 09:44:56 -08:00
30778309b4 Merge remote-tracking branch 'origin/master' 2012-11-27 16:25:09 -08:00
a63455927c Merge remote-tracking branch 'origin/master' 2012-11-27 16:24:52 -08:00