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
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
yan and Yan Pritzker
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
yan and Yan Pritzker
3fd6522d56
Remove imagemagick from instructions, not needed
2012-04-15 23:52:51 -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
e77931a9f9
Added back timcharper-textile as a submodule
2012-04-10 11:56:08 -07: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
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
yan and Yan Pritzker
169b24ca43
Fix link to zsh/aliases broken by previous
2012-04-04 22:56:51 -07:00
yan and Yan Pritzker
80763d53a9
Merge remote-tracking branch 'kylewest/symlinks'
...
* kylewest/symlinks:
Removed symlinks.
2012-04-04 22:54:57 -07:00
yan and Yan Pritzker
2ecf17bf18
Added ',hi' to see the current highlight group
2012-04-04 02:21:19 -07:00
yan and Yan Pritzker
db4557dc52
Remove VimBookmarking, not working, not used
2012-04-04 02:19:11 -07:00
yan and Yan Pritzker
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
yan
bbfa6adf38
Add change-inside-surroundings plugin [ Close #68 ]
2012-04-02 12:03:21 -07:00
yan
fd17b61020
Fix path to yadr bins [ Close #69 ]
2012-04-02 11:46:37 -07:00
yan
54fa2f23d0
Ensure path loads first
2012-04-02 10:46:02 -07:00
yan
1299fce10c
Added yadr bin path
2012-04-02 10:42:04 -07:00
yan and Yan Pritzker
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
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
7da956b198
Switched to skwp/vim-conque to replace rson/vim-conque for solarized support
2012-03-20 12:50:43 -07:00
yan and Yan Pritzker
9d700e3df0
Added fasd for quick filesystem navigation
2012-03-18 21:15:37 -07:00
yan
a64405f6db
Upgraded plugins
2012-03-15 15:44:01 -07:00
yan
9439013da7
Updated powerline to use full path since Rails filenames are not always unique
2012-03-13 13:41:25 -05:00
yan
9edd62a6a4
Add set visuabell. [ Close #49 ]
2012-03-12 22:13:18 -05:00
yan
96cf20c2db
Added color_highlight plugin
2012-03-12 16:24:26 -05:00
yan
f221a8174a
Remove conflicting tab/window management bindings
2012-03-12 12:26:33 -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
838fbadc99
Ignore images in wildignore
2012-03-12 12:03:02 -05:00
yan
9351b725f4
Latest version of skwp solarized powerline theme
2012-03-12 12:02:43 -05:00
yan
ef1428ce73
Better wildignore for rails projects
2012-03-09 13:35:30 -08:00
yan and Yan Pritzker
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 and Yan Pritzker
28edcb11b6
Upgrade haml and fugitive
2012-03-09 01:00:12 -08:00
yan and Yan Pritzker
e5b07adc7c
Integrate vim-powerline with custom skwp theme
2012-03-08 02:09:57 -08:00
yan and Yan Pritzker
d7325f1470
Fix 'git l' (aliased to 'gl') mapping which was not working
2012-03-07 23:14:43 -08:00
yan and Yan Pritzker
307cc6e812
Update all plugins
2012-03-07 23:07:28 -08:00
yan and Yan Pritzker
a868be3176
Better colors for manpage search as suggested by @irrationalfab
2012-03-07 09:02:21 -08:00
yan
f6a4fe45fc
Upgraded ,gcp to really find references to current partial
2012-02-07 12:11:17 -08:00
yan and Yan Pritzker
420d75e5e7
Updated README re: skwp theme for oh-my-zsh
2012-02-05 12:56:46 -08:00
yan and Yan Pritzker
ba510e401c
,gd alias for git-grepping a ruby function definition
2012-02-05 12:50:52 -08:00
yan
aba8e8f1da
Added cmd-space to readme
2012-02-05 00:02:00 -08:00
Yan Pritzker
d7e07e0938
Merge pull request #21 from kylewest/yankring
...
yankring history should be hidden.
2012-01-31 08:20:14 -08:00
Yan Pritzker
95157dc4a3
Merge pull request #20 from kylewest/gemrc
...
Added gemrc with automatic --no-ri --no-rdoc
2012-01-31 08:20:00 -08:00
yan
1662be9ab3
Better syntax highlighting for json in haml, vim
2012-01-30 08:48:30 -06:00
yan
21ee926f94
Add jslint for warnings on saving javascript file
2012-01-27 13:14:03 -08:00
Yan Pritzker
bf2b3d20be
Merge pull request #13 from kylewest/simple-automated-install
...
Simple automated installer. Use: rake install
2012-01-27 12:50:27 -08:00
yan
2e9fc1da72
Fix ctrlp settings that conflict with Fugitive [ closes #18 ]
2012-01-26 12:23:27 -08:00
yan
1217f5277a
Added ,F - find tag in vertical split window
2012-01-25 12:10:02 -08:00
yan
5716eaa239
Improve window killer (Q) - close window if multiple windows to same buffer exist
2012-01-25 12:09:40 -08:00
yan
fc2d9b6d64
Updated contributors in README
2012-01-24 14:47:30 -08:00
yan
e21bcbf4f5
Remap ,, to ,gz - Go Zoom a window
2012-01-24 14:45:46 -08:00
yan
796e4444ef
Replace taglist with tagbar
2012-01-24 10:38:33 -08:00
yan
68442f5a30
Remove CommandT and rebind ,t to CtrlP plugin
2012-01-24 10:33:33 -08:00
yan
c06bacd431
Added wildignore for ctrlp
2012-01-24 10:06:34 -08:00
yan and Yan Pritzker
a08169de48
Added ctrl-p file finder, using file search by default
2012-01-24 09:10:43 -08:00
yan and Yan Pritzker
cfdbeb9ce0
Fix commit pointer to skwp-vim-ruby-conque
2012-01-24 08:58:45 -08:00
yan
e5a1c248ee
Better colors
2012-01-23 14:23:25 -08:00
yan
a6eb57f39e
Add syntax highlighting for R language
2012-01-23 14:23:17 -08:00
yan
e3961f2c19
Upgrdaed submodules
2012-01-22 23:00:49 -08:00
yan
29f8403ed9
Chrome config: make web inspector fonts bigger
2012-01-22 20:40:44 -08:00
yan and Yan Pritzker
a3e05b6ebe
Fix keybindings for fugitive: ,dg = :diffget
2012-01-22 18:50:01 -08:00
yan and Yan Pritzker
14274e080e
Added coffeescript and stylus support
2012-01-22 18:47:55 -08:00
yan and Yan Pritzker
3abcadae62
Make Ctrl-j and Ctrl-k quick up and down more intelligent in ruby
2012-01-21 13:45:12 -08:00
yan and Yan Pritzker
af51dd3725
Upgraded skwp-vim-ruby-conque: reuse same window
2012-01-21 12:49:54 -08:00
yan and Yan Pritzker
eb06a44e97
Added textobj-function (use vaf to select a function), upgraded textobj-user
2012-01-21 12:46:22 -08:00
yan
4bb23eba41
Added steve losh next-textobject functionality. vinb to visual inside next set of parens
2012-01-20 19:21:27 -08:00
yan
4a2bd58c99
,K - Git grep up to next exclamation. Useful for ruby method grepping
2012-01-20 19:17:35 -08:00
yan
413f989dd5
Use w!! to sudo write; Fixed up README file for comma leader
2012-01-20 18:46:59 -08:00
yan
c205313b25
,q/ ,qg/ ,qa/ Quickfix search aliases inspired by Steve Losh
2012-01-20 18:44:03 -08:00
yan
4a7df20fd1
Leader is now comma; General keymap cleanup - see README
2012-01-20 18:01:06 -08:00
yan
3e2e099153
Upgraded skwp-vim-ruby-conque
2012-01-20 17:56:49 -08:00
yan
fde791db06
Add Cmd-' and Cmd-" for change inside strings
2012-01-06 10:33:00 -08:00
yan
6f762ffe4e
Upgrade skwp-vim-rspec
2012-01-06 10:32:23 -08:00
yan
2932ac701a
Change whitespace cleaner to ,w
2012-01-06 10:31:24 -08:00
yan
d59f78c27a
Upgraded skwp-vim-ruby-conque. Run spec/etc in colorized window, reusing same window
2012-01-06 10:25:29 -08:00
yan
bed7aff105
Added tabman plugin. Use \mt to manage all tabs and windows.
2012-01-06 10:24:58 -08:00
yan
17f5761b6d
Fix typo: \gi should be \ig for indent guides
2012-01-03 18:59:50 -08:00
yan
0f166499e9
Added rspec pending to xit feature. Use: ,rxit
2012-01-03 09:44:55 -08:00
yan
30725b537e
Added ,ws to strip trailing whitespace in a file
2012-01-02 12:27:36 -08:00
yan
cbf5cacb76
Upgraded nerdtree to latest
2011-12-29 17:36:01 -08:00
yan
80c24b1922
Added sass-status plugin for viewing sass nesting in status bar
2011-12-29 17:35:53 -08:00