Commit Graph

585 Commits

Author SHA1 Message Date
yan a3bcfc3e51 Make ,qc also close conques 2012-06-11 10:49:03 -05:00
yan abbbc94bdc Never nuke a NERDTree using Q 2012-06-11 10:48:47 -05:00
yan 2bb8a06939 Changed default ,t binding do use CtrlP mixed mode
The mixed mode is more intelligent, searching buffers, MRU, and
the general file list. It gives you more of what you want, and
less of what you don't :)
2012-06-08 13:25:16 -05:00
yan 184a2e22c2 Make ctrlp play nice with vim-ruby-conque by closing its window 2012-06-07 13:25:12 -05:00
yan 6ec228dfd7 Fix install/submodule update problem with skwp-vim-powerline [Close #105]
Updated submodules to latestk
2012-06-07 10:47:40 -05:00
yan a89205fa7b Added vim-ruby-debugger - real ide style debugging in vim 2012-06-06 22:16:59 -07:00
yan e44e50e023 Made conque and gitgrep play nice with each other by killing each other's windows to prevent sizing problems 2012-06-06 22:15:43 -07:00
yan b672159d4c ,vv and ,cc to open view and controller in rails 2012-06-06 22:14:09 -07:00
yan fc3f4f337a Auto create undodir [Close #103] 2012-06-02 11:06:32 -07:00
yan 8bca30bff3 Upgraded all plugins to most recent 2012-05-31 13:57:57 -07:00
yan 3568c47d1e Added some rake aliases 2012-05-31 13:49:40 -07:00
yan 057856d34d Fix errors if pry-nav is unavailable 2012-05-30 16:31:54 -07:00
yan a6b9f3e9ef Merged spec finder and conque spec runner into one plugin 2012-05-30 01:34:34 -07:00
yan 2f38d32e25 Aliases: gbd for branch deletion; portforward for 80:3000 forwarding 2012-05-30 01:34:20 -07:00
yan a9d511ba4d Upgraded spec-finder 2012-05-30 01:24:44 -07:00
yan 3c76e390bc Updated visual select mode to retain syntax highlighting 2012-05-30 01:10:36 -07:00
Yan Pritzker 284ef92fdd Merge pull request #106 from n0nick/master
Adding webapi-vim.
2012-05-26 16:32:35 -07:00
Sagie Maoz f834232cb1 Adding webapi-vim.
webapi-vim is a Vim interface to Web APIs.
It is required by Gist.vim (already part of YADR)
to be able to post gists to Github via OAuth2.
See https://github.com/mattn/webapi-vim for details.
Gist.vim requirements note: http://git.io/pwMo9A#requirements
2012-05-23 21:54:06 +03:00
yan 2c4fff3fb9 Fix evil submodule code introduced in 3525561 2012-05-23 10:44:32 -07:00
Yan Pritzker 87d6af4807 Merge pull request #102 from irrationalfab/master
Enable spell checking for git commits.
2012-05-22 14:00:05 -07:00
Yan Pritzker 0fab92f964 Merge pull request #104 from n0nick/master
Adding vim-less bundle.
2012-05-22 13:59:31 -07:00
Sagie Maoz 35255618ee Adding vim-less bundle.
This vim bundle adds syntax highlighting, indenting and
autocompletion for the dynamic stylesheet language LESS.
See https://github.com/groenewege/vim-less for details.
2012-05-20 14:18:50 +03: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 beed6abf55 Add common abbreviations 2012-05-15 08:40:50 -05:00
Fabio Pelosin 38bcefdf6e Enable spell checking for git commits.
Source: http://stackoverflow.com/questions/1691060/vim-set-spell-in-file-git-commit-editmsg
2012-05-15 14:55:49 +02: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 95f5d40b43 Updated plugins 2012-05-02 11:59:56 -07:00
yan 8bc6bdc4be Moved spec opener to externalized plugin 2012-04-27 11:54:23 -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 b1dfcb1901 Added ctrl-a and ctrl-e end and beginning of line bindings [Close #94] 2012-04-24 16:32:04 -07:00
yan 284a22728d Upgraded vim plugins 2012-04-24 14:29:42 -07:00
yan d7b7d79eaa Added ,Cmd-R to rerun last conque commend (re-exec spec) 2012-04-24 14:29:18 -07:00
yan dcef19bad4 Updated vim-ruby-conque not to warn on spec/rspec missing [Close #92] 2012-04-24 12:37:40 -07:00
Yan Pritzker 1b42b8d0df Merge pull request #91 from msaffitz/master
Fix typo in Rakefile : zsh_theme
2012-04-23 14:52:09 -07:00
Michael Saffitz b283c018f4 Fix for typo in zsh_themes install 2012-04-23 14:07:54 -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 bfae8fcd11 Moved rvm configuration to separate zsh snippet to keep zshrc clean 2012-04-23 10:32:36 -07:00
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