Commit Graph

589 Commits

Author SHA1 Message Date
yan
fa1aa24105 Renamed grc alias to not conflict with grc colorization tool 2012-04-20 10:15:08 -07:00
yan
fc472deed0 Better colors for ruby 2012-04-20 10:14:49 -07:00
yan
4d46b1c9e9 Add zsh syntax highlighting 2012-04-19 18:26:30 -07:00
yan
2ad786a41b Added Ctrl-x,Ctrl-l to zsh to insert output of last command 2012-04-19 17:55:41 -07:00
yan
0ebd0693a1 Upgraded to latest osx defaults from @mathiasbynens 2012-04-19 00:43:46 -07:00
yan
00ca4dd54b Remove unused statusline, powerline.vim is used 2012-04-18 18:57:02 -07:00
yan
ea007403ac Unmap the arrow keys, use Cmd-Arrow keys instead for window resize 2012-04-18 17:49:00 -07:00
yan
8ad2a7a7b1 Added Specky for rspec highlighting outside spec/
If you have rspecs anywhere else (say fast_spec/), the
default rails.vim highlighting doesn't affect them. Added
Specky to do this. Specky is not currently enabled in any other
way (we will still use ruby-vim-conque to run tests, but Specky
will do highlighting/file detection).
2012-04-18 09:59:32 -07:00
Danny Olson & Yan Pritzker
d5737f196d Upgraded vim-ruby-conque with nice j/k/n/p/f/q keybindings 2012-04-16 13:27:55 -07:00
Yan Pritzker
70b473561f Upgraded vim-ruby-conque 2012-04-16 09:51:40 -07:00
Yan Pritzker
e2e3804c84 Remove hardcoding to use rspec1. The plugin will determine which one you have 2012-04-16 09:47:31 -07:00
Yan Pritzker
46daacbaca Remove enter to clear highlight, interferes with quickfix window 2012-04-16 09:47:31 -07:00
Yan Pritzker
1d89bbbf81 Remove arpeggio fd and jk because they interfere with Cmd-j, Cmd-k 2012-04-16 09:47:30 -07:00
Yan Pritzker
2405ef2e40 Removed Slime plugin, unused and interferes with Ctrl-c 2012-04-16 09:47:30 -07:00
Yan Pritzker
e56c32b568 Vim mappings: Ctrl-l for => and arrow keys to window resize 2012-04-16 09:47:30 -07:00
Kyle West
e406c6eda8 Updated custom zsh paths in README. Fixes #87. 2012-04-16 10:55:32 -03:00
yan
3fd6522d56 Remove imagemagick from instructions, not needed 2012-04-15 23:52:51 -07:00
Yan Pritzker
d9b14bf903 Upgraded plugins 2012-04-14 17:01:35 -07:00
yan
4ed2488ea8 Highlighting for zsh scripts 2012-04-14 16:41:01 -07:00
yan
aca62973b5 Open NERDTree on startup 2012-04-14 16:40:57 -07:00
yan
700187e622 Remove extra zsh plugins. [Close #78]
Use .yadr/custom/zsh/before if you want your own list of plugins.
2012-04-14 16:40:54 -07:00
yan
ebc1ea9cc7 Added ,cn to copy name of current file into system clipboard 2012-04-14 16:40:50 -07:00
Yan Pritzker
d2448921b5 Merge pull request #86 from Omer/master
Incorrect PATH to Google Chrome's Custom CSS.
2012-04-10 18:12:16 -07:00
yan
e77931a9f9 Added back timcharper-textile as a submodule 2012-04-10 11:56:08 -07:00
Omer Jakobinsky
83d46c1720 Incorrect PATH to Google Chrome's Custom CSS.
Missing 'User Stylesheets' folder.

On the way:
- Changed the directory location to a relative path.
- Created a symlink instead of copying the stylesheet.
2012-04-10 18:33:53 +01:00
yan
db7a845b7e Deleted timcharper-textile 2012-04-06 23:48:21 -07:00
yan
e9af91819d Upgraded plugins 2012-04-06 23:46:58 -07:00
Yan Pritzker
2635176f58 Merge pull request #85 from NilsHaldenwang/master
Adds missing ignore = dirty to .gitmodules
2012-04-06 23:44:30 -07:00
Yan Pritzker
7672bdf1c2 Merge pull request #82 from markcornick/fix_gitignore
Fix excludes file in gitconfig
2012-04-06 23:40:10 -07:00
Yan Pritzker
525d0651f4 Merge pull request #84 from kylewest/kylewest-theme
kylewest zsh theme with vi insert/command mode indicator
2012-04-06 16:13:41 -07:00
Nils Haldenwang
0b845918cc Adds missing ignore dirty. 2012-04-06 23:41:20 +02:00
Kyle West
367708f76a added screenshot of theme. 2012-04-06 14:49:33 -04:00
Kyle West
291a5dc130 added my theme. 2012-04-06 14:43:15 -04:00
Mark Cornick
4b5b1ab160 Fix excludes file in gitconfig
It was pointing to .yadr/gitignore_global, a symlink that no longer
exits. Point it to .yadr/git/gitignore instead.
2012-04-06 13:46:45 -04:00
Kyle West
408116eea2 made skwp theme safe for those without rvm. [fixes #80] 2012-04-06 12:08:01 -04:00
yan
b292a7a33f Load zsh customizations from custom/zsh/before/* and custom/zsh/after/* instead of filename globbing [Close #79]
* File pattern globbing was too brittle. If you had plugins incorrectly
   named, or had only a before or after directory, things would break in
   nonobvious ways.
2012-04-05 11:49:43 -07:00
yan
fbcdf9aa0c Remove unused ,zz binding interfering with ,z previous buffer 2012-04-05 10:48:44 -07:00
yan
430fb31361 Fixed refrence to :ColorToggle plugin 2012-04-05 10:27:29 -07:00
yan
c50f76952a Removed duplicate load of vimrc.after [Close #73] 2012-04-05 10:18:12 -07:00
yan
42d6bfad21 Upgraded plugins 2012-04-05 10:15:32 -07:00
yan
2bf0f5908f Change ,cf to give you the filename relative to your home dir 2012-04-05 10:03:48 -07:00
Kyle West
09812e2240 Removed duplicate sourcing of vimrc.after. The other loads later and should be kept. Fixes #73 2012-04-05 11:32:38 -03:00
Yan Pritzker
029a0f06d0 Merge pull request #72 from p7k/master
Docs typo fix
2012-04-04 23:13:56 -07:00
Pasha Katsev
2f2f1d8b64 typo fix in docs 2012-04-05 02:11:17 -04:00
yan
169b24ca43 Fix link to zsh/aliases broken by previous 2012-04-04 22:56:51 -07:00
yan
80763d53a9 Merge remote-tracking branch 'kylewest/symlinks'
* kylewest/symlinks:
  Removed symlinks.
2012-04-04 22:54:57 -07:00
yan
2ecf17bf18 Added ',hi' to see the current highlight group 2012-04-04 02:21:19 -07:00
yan
db4557dc52 Remove VimBookmarking, not working, not used 2012-04-04 02:19:11 -07:00
yan
6d2b695496 Syntax highlighting for textile 2012-04-04 02:18:43 -07:00
yan
fdf5e69ba4 Fix overzealous wildignore causing 'blog' directory to disappear [Close #70] 2012-04-02 13:35:14 -07:00