Commit Graph

176 Commits

Author SHA1 Message Date
Yan Pritzker
90d467ab06 Added ,,F to do same as ,,f in a vertical split 2012-10-08 21:45:40 -07:00
Yan Pritzker
6ed1a6c36f Changed jump to ruby method to ,,f so as not to conflict with carriage return 2012-10-08 21:41:24 -07:00
Yan Pritzker
1f0693ce1d Improve the way submodules are updated [Close #153]
Also updated all plugins to their latest master versions.
2012-10-08 21:38:21 -07:00
Yan Pritzker
a5b5dd63e0 Implement jump to ruby method (bang-aware)
It always annoyed me that vim jump-to-tag (ctrl-] or ,f in yadr)
totally flopped when it came to ruby bang methods. This function
handles methods! and method.invocations! to find bang versions
of methods.
2012-10-08 18:39:08 -07:00
Yan Pritzker
be12982398 Added outer ruby block functionality 2012-10-01 17:16:15 -07:00
Yan Pritzker
a6d6ab3da1 Added ghi github issues command line interface 2012-10-01 12:09:22 -07:00
Yan Pritzker
c85c25ff3b Simplify install: Move font, homebrew installation into rake installer 2012-09-28 10:38:59 -07:00
Yan Pritzker
f2288cd94e Made ,gf / ctrl-f aware of line numbers
Now you can `,gf` or can `ctrl-f` file.rb:123
2012-09-27 11:12:38 -07:00
Yan Pritzker
d5077d9db3 Added abolish.vim for camelcase/underscore toggling and others 2012-09-26 15:51:38 -07:00
Yan Pritzker
33e5fb537d Switch between running rspec1 and rspec2 with :Rspec1 and :Rspec2 2012-09-26 15:46:50 -07:00
Yan Pritzker
9459f345c7 Update version to 1.0 2012-09-26 15:20:17 -07:00
Yan Pritzker
fa357bbd35 Ability to store your own prompts in ~/.zsh.prompts [Close #152]
We no longer pollute yadr or prezto directories with custom code!
2012-09-26 11:05:28 -07:00
Yan Pritzker
ae2076bfd1 Prezto support! Make sure you run rake:install 2012-09-26 10:23:39 -07:00
Yan Pritzker
249d86e5f2 Added NrrwRgn plugin 2012-09-26 08:21:48 -07:00
Yan Pritzker
34bb32e172 Added for html preview in Safari 2012-09-11 10:19:13 -07:00
Eumir Gaspar
a5efac5333 Updated README 2012-08-22 08:03:38 +08:00
Jean Mertz
9c3ab949a5 Swap all references of oh-my-zsh to Prezto 2012-08-09 18:09:50 +02:00
Yan Pritzker
e51f19809d Updated reference to prezto (omz sorin) 2012-08-08 13:39:29 -07:00
Yan Pritzker
3b7a69b5c8 Merge pull request #127 from JeanMertz/patch-1
Update homebrew install script url
2012-08-08 11:28:10 -07:00
Jean Mertz
8c34c47765 Update link to @sorin-ionescu Oh My Zsh
Oh My Zsh fork now renamed to Prezto
2012-08-08 14:30:41 +03:00
Jean Mertz
6a60a42eb9 Update homebrew install script url
Home homebrew install Gist (https://raw.github.com/gist/323731) has been removed. New link (https://raw.github.com/mxcl/homebrew/go) taken from official website (http://mxcl.github.com/homebrew/)
2012-08-08 13:35:52 +03:00
yan
fd5962db06 Added SearchComplete tab completion when searching with / 2012-07-16 13:53:33 -07:00
yan
75105e694a Remove duplication in readme 2012-06-22 11:42:18 -07:00
yan
41b3f99dad Updated README for yankring 2012-06-22 11:29:42 -07:00
yan
b672159d4c ,vv and ,cc to open view and controller in rails 2012-06-06 22:14:09 -07:00
yan
0a921d3c1f Added information about pry-nav for ruby debugging 2012-05-19 14:19:32 -07:00
yan
cfe89df184 Added editrc/inputrc for vimification of mysql/irb command line tools 2012-05-18 14:08:46 -07:00
yan
f9db81c0ed Switch to @skwp fork of EasyMotion for vimperator style two character targets 2012-05-15 08:50:32 -05:00
yan
5d7cf73799 Added Cmd-), Cmd-] and etc for modifying content inside surrounds 2012-05-15 08:43:49 -05:00
yan
5b8742e226 More vim surround shortcuts ,} ,] ,) ,' etc 2012-05-09 17:54:30 -07:00
yan
6cefaf13f7 vim: ,# and ," for wrapping words in ruby interpolation or quotes 2012-05-07 23:55:41 -07:00
yan
7ec7e3c34c Added rake.vim, like rails.vim but for any project with a rakefile 2012-05-07 23:55:28 -07:00
Danny Olson & Yan Pritzker
b879e053b3 Added vim-bundler with :Bopen to browse bundled gem code 2012-05-02 22:47:34 -07:00
yan
52a6266ce4 Added ,m and ,M jump-to-method(tag) via CtrlP 2012-05-02 22:41:51 -07:00
yan
10d947d5af Added ,ocf for opening changed files (stolen from @garybernhardt) 2012-04-27 00:35:48 -07:00
yan
e927e86d32 Updated readme with new instructions for OMZ 2012-04-26 23:25:01 -07:00
yan
86c5fe1ea6 Added Ctrl-s to open spec for any file you're looking at
Similar to rails.vim's :A and :AV command, except it knows
about fast_spec. Could be expanded in the future to add more
spec paths.
2012-04-25 19:39:31 -07:00
yan
d7b7d79eaa Added ,Cmd-R to rerun last conque commend (re-exec spec) 2012-04-24 14:29:18 -07:00
yan
ca01730f81 Support for @sorin-ionescu rewrite of oh-my-zsh
Sorin's OMZ rewrite is a bit nicer, as it's written in more
native style ZSH, doesn't do auto updates, and incorporates
many bugfixes, and is more actively maintained than Robby's branch.

For now, YADR supports both, so if you want to try out the sorin
branch, go to sorin-ionescu/oh-my-zsh, install it, and rerun
the YADR installer so that the skwp theme is installed for you.

If you want to have them side by side for comparison, rename the
old robby one to ~/.oh-my-zsh.robby or similar, so you can toggle
back and forth through renames, or symlinks.
2012-04-23 10:32:47 -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
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
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
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
ebc1ea9cc7 Added ,cn to copy name of current file into system clipboard 2012-04-14 16:40:50 -07: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