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
yan
430fb31361
Fixed refrence to :ColorToggle plugin
2012-04-05 10:27:29 -07:00
Pasha Katsev
2f2f1d8b64
typo fix in docs
2012-04-05 02:11:17 -04: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
bbfa6adf38
Add change-inside-surroundings plugin [ Close #68 ]
2012-04-02 12:03:21 -07:00
Kyle West
4c41b17591
Ability to customize zsh in ~/.yadr/custom/zsh folder
...
* Split zsh config into snippets in zsh/ folder, similar to vim
* Feature implementation by @kylewest
* kylewest/zsh:
Documentation for customizing ZSH.
Only init fasd if it is installed.
Removed brew and github plugins.
updated .gitignore for new zsh paths.
simplifying paths for zsh customization.
added zsh aliases. Moved other files but left symlinks for backwards compatibility.
automatically load RVM or rbenv.
updated .gitignore
adding sample zsh configs.
added directories and code for custom zsh configuration.
2012-04-01 19:26:06 -07:00
yan
ca0d1fbf9b
Replaced Extradite with gitv. Use :gitv
...
* For optimal functionality, remove module:
`rm -rf .yadr/vim/bundle/int3-vim-extradite`
2012-04-01 14:47:40 -07:00
yan
2c47d14184
Added ,gcf - git grep references to current file
2012-03-29 13:40:59 -07:00
Kyle West
23e76cab12
Documentation for customizing ZSH.
2012-03-23 14:02:58 -04:00
yan
611046e3d7
Added zsh skwp.theme to installer, so we don't rely on my zsh fork anymore
2012-03-22 12:53:25 -07:00
yan
9d700e3df0
Added fasd for quick filesystem navigation
2012-03-18 21:15:37 -07:00
Yan Pritzker
2443fc478f
Update README.md
2012-03-13 17:14:25 -05:00
yan
96cf20c2db
Added color_highlight plugin
2012-03-12 16:24:26 -05:00
yan
10ce30d811
Change window navigation to Ctrl-h,j,k,l to avoid overriding vim defaults [ Close #42 ]
2012-03-12 12:05:56 -05:00
yan
898fbb1095
Added Arpeggio plugin for key chord combos and Filesystem Size Used Avail Capacity Mounted on
...
/dev/disk0s2 931Gi 481Gi 450Gi 52% /
devfs 192Ki 192Ki 0Bi 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% /net
map auto_home 0Bi 0Bi 0Bi 100% /home
/dev/disk1s2 15Mi 15Mi 0Bi 100% /Volumes/Flash Player
/dev/disk2s2 100Mi 100Mi 0Bi 100% /Volumes/Google Chrome
/dev/disk4 5.0Mi 2.9Mi 2.1Mi 59% /Volumes/KeyCastr
/dev/disk5 4.2Gi 4.2Gi 0Bi 100% /Volumes/Blue in Green
/dev/disk6s2 100Mi 17Mi 83Mi 17% /Volumes/MacScan Installer and chords to go to beginning and end of line
2012-03-09 01:16:33 -08:00
Yan Pritzker
245cf20f78
Update README.md
2012-03-08 17:13:04 -08:00
Yan Pritzker
55348c13e7
Changed conflicting ,cc keymap to ,vc (execute vim command)
2012-03-08 16:46:45 -08:00
Yan Pritzker
ecac581510
Added + and - for resizing vertical windows
2012-03-08 13:20:05 -08:00
Yan Pritzker
fa59cff513
Replaced vim-rspec with vim-ruby-conque bindings
2012-03-08 23:25:10 -08:00
yan
e5b07adc7c
Integrate vim-powerline with custom skwp theme
2012-03-08 02:09:57 -08:00
Yan Pritzker
9149066d5b
Updated README with keymap debugging info
2012-03-07 16:12:05 -08:00
Yan Pritzker
7b2be4c97b
Added ,gf - go to file in vertical split
2012-03-07 11:52:26 -08:00
Yan Pritzker
1f587c88fb
Replace showmarks due to deleted repo by @garbas [ Close #39 ]
2012-03-06 13:53:38 -08:00
Yan Pritzker
81af2e3c0a
Changed html escape and unescape mappings to ,he and ,hu [ Closes #27 ]
2012-02-24 13:37:21 -08:00