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
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
Danny Olson & Yan Pritzker
5e2665a797
,z and ,x bindings to move back and forth through buffers
2012-02-10 14:59:48 -08:00
yan
420d75e5e7
Updated README re: skwp theme for oh-my-zsh
2012-02-05 12:56:46 -08:00
yan
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
Kyle West
810b9615e5
added gemrc and updated documentation.
2012-01-30 20:34:50 -05:00
Kyle West
4a49c6c068
merge master, fixed README conflicts.
2012-01-26 10:15:01 -05:00
Yan Pritzker
c0119dc3b5
Merge pull request #14 from kylewest/vim-tweaks
...
Key bindings for wrapping, etc
2012-01-25 22:29:47 -08:00
Kyle West
cab6782fae
Fixed mistakes with an over-eager find/replace.
2012-01-25 22:39:41 -05:00
Kyle West
eecd341b8a
more README formatting changes. No content changes.
2012-01-25 22:33:59 -05:00
Kyle West
416bd2dbf7
readme formatting. No content changes.
2012-01-25 22:15:03 -05:00
Kyle West
6eb06c25bf
Merge branch 'master' into vim-tweaks
2012-01-25 16:11:37 -05:00
yan
1217f5277a
Added ,F - find tag in vertical split window
2012-01-25 12:10:02 -08:00
Kyle West
5c06824e03
simple vimrc customizations. ~/.vimrc.before is loaded before everything. ~/.vimrc.after is loaded after all plugins load.
2012-01-25 14:26:23 -05:00
Kyle West
793554b5b3
added function for wrapping text.
2012-01-25 13:35:34 -05:00
Kyle West
06e578fa12
updated documentation for automated install.
2012-01-25 02:21:33 -05: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
Kyle West
e32cb9ae35
Readme formatting. If only there was a vim plugin with GFM support.
2012-01-24 15:15:23 -05:00
Kyle West
71b620fa8d
Changed prerequisites to dependencies in readme.
2012-01-24 15:13:35 -05:00
Kyle West
12ba009d9c
added instructions for setting up pre-requisitesi and fixing issues with ctags.
2012-01-24 14:53:44 -05:00
Kyle West
744b755a2d
removed left over references to Command-T
2012-01-24 14:44:47 -05:00
Kyle West
6fe1e43c09
Merge branch 'master' into simple-bug-fixes
2012-01-24 14:19:31 -05:00
Kyle West
2e5474a8e2
More README tweaks, formatting for bash commands was wrong.
2012-01-24 13:57:56 -05:00
Kyle West
70ab851fb1
More README formatting, cleanup, and general tweaks.
2012-01-24 13:53:58 -05:00
Kyle West
69049330d0
typo in the readme.
2012-01-24 13:43:20 -05:00
yan
796e4444ef
Replace taglist with tagbar
2012-01-24 10:38:33 -08:00
Kyle West
c0d8c402c3
Updated readme with proper git user config.
2012-01-24 13:34:34 -05:00
yan
68442f5a30
Remove CommandT and rebind ,t to CtrlP plugin
2012-01-24 10:33:33 -08:00
yan
14274e080e
Added coffeescript and stylus support
2012-01-22 18:47:55 -08:00
yan
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 Pritzker
f16590af88
Added jasmine.vim for jasmin unit tests
2012-01-11 11:08:16 -08:00
yan
2932ac701a
Change whitespace cleaner to ,w
2012-01-06 10:31:24 -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
30725b537e
Added ,ws to strip trailing whitespace in a file
2012-01-02 12:27:36 -08:00
yan
80c24b1922
Added sass-status plugin for viewing sass nesting in status bar
2011-12-29 17:35:53 -08:00
yan
13d0e4e20f
Use ctrl-H ctrl-L for switching tabs to avoid interfering with rspec plugin
2011-12-27 10:43:38 -08:00
yan
5423aaa052
Added vim-indent-guides, upgraded skwp-vim-rspec
2011-12-23 21:11:06 -08:00
yan
10da9de4ff
Remove autocmd causing problems. Add mapping for running specs
2011-12-23 21:06:22 -08:00
yan
0d51708808
Jump to common rails dirs with ,jm ,jc ,jv ,jh etc..using CommandT
...
LustyJuggler ,l[something] deprecated in favor of CommandT
because CommandT does fuzzy matching. Which means you can hit
,jm (jump to model) and fuzzy type a model name. Doing this
matches much more intelligently than a typical commandT call
because it's already constrained to what you want.
2011-12-23 14:14:55 -08:00
yan
476e72ba63
Changed 'Q' to intelligently close window or kill buffer if it's the last one
2011-12-22 11:55:18 -08:00
yan
e03c1555f6
Removed dead plugin from readme
2011-12-22 00:29:53 -08:00
yan
1b9172e912
Minor keymap changs, README cleanup
2011-12-20 23:48:33 -08:00
Yan Pritzker
a1feddbd39
Updated README with screenshot
2011-12-20 02:19:42 -08:00
yan
ef1e1d7cee
Added new textobjects - ruby symbol (va:), function args (vaa)
2011-12-20 01:58:23 -08:00
yan
c65fd9424b
Added Extradite git log parser (use :Extradite with a file open)
2011-12-19 01:19:03 -08:00
yan
dd72e79ac3
Added example oh-my-zsh zshrc and instructions
2011-12-18 13:26:04 -08:00
yan
8e68cbeac0
Added splitjoin plugin. Use sj and sk to split and join hashes into multiple lines.
2011-12-18 01:38:03 -08:00
yan
5002f51491
Replaced align.vim with tabular.vim because it is more popular
2011-12-18 01:21:59 -08:00
yan
b2ae734b7d
Why YADR is not a Janus fork
2011-12-17 14:40:58 -08:00
yan
9674873091
Vimrc cleanup - in clean easy to read sections
...
Moved appearance settings to plugin/settings/skwp-appearance.vim
2011-12-17 14:12:31 -08:00
yan
b125a96fb8
Custom surround.vim ability to wrap #{ruby} variables using s# motion
2011-12-17 13:27:01 -08:00
yan
34b0c445e5
Added ,oq for open quickfix, and ,q to close it
2011-12-17 00:46:02 -08:00
yan
aaf87b093f
Added pre-alpha release note
2011-12-16 03:33:25 -08:00
yan
ceaf82503f
Anonymous bookmarking with ,bb ,bn ,bp ,bc
2011-12-16 00:30:43 -08:00
yan
affd42eee3
Added ZoomWin and bound ,, to zoom and unzoom current window
2011-12-16 00:04:14 -08:00
yan
8f193284a9
Make Cmd-Space work for completion always. Display tab numbers
2011-12-15 23:24:22 -08:00
yan
83ad068ad2
Readme for slime.vim
2011-12-15 23:09:50 -08:00
yan
ed3aacdbc9
Added: vim-space for spacebar motion repeats, ruby block and indent block manipulation plugins
2011-12-15 22:41:56 -08:00
yan
a55c338cdf
Improving keybindings to not interfere with standard things
2011-12-15 22:20:51 -08:00
yan
59d6d2433f
Updated readme
2011-12-12 21:04:42 -08:00
yan
1ac75a4163
Gundo config
2011-12-12 20:55:35 -08:00
yan
2d8f106d43
Improve some keymaps, instead of overriding standard keys.
...
Added many convenience mappings for LustyJuggler such as
,lm for rails models, ,lc for controllers, etc
2011-12-12 20:42:54 -08:00
yan
492408b767
Breaking vimrc apart into individual settings files in vim/plugin/settings
2011-12-12 18:21:42 -08:00
yan
f077ff6d69
Updated README with latest keymap
2011-12-11 02:05:29 -08:00
yan
b24432ce9a
CommandT auto compiled on yadr init-plugins
2011-12-09 10:39:09 -08:00
yan
24507c4de3
Extracted vim-git-grep-rails-partial plugin
2011-12-08 23:40:18 -08:00
yan
85633e826f
Removed bufexplorer, updated readme
2011-12-08 02:02:21 -08:00
yan
8d0354ab29
Added yadr init-plugins command, and README
2011-12-07 23:27:41 -08:00
yan
97a35c86db
Improved readme
2011-12-07 22:49:58 -08:00
yan
8cfd76baf0
Updated readme
2011-12-07 20:54:03 -08:00
yan
9335d7c60b
Added Command-Space for completions
2011-12-07 13:42:04 -08:00
yan
f82daf5aec
Dir structure cleanup
2011-12-07 02:48:00 -08:00
yan
99f865f989
Modularized vim-ruby
2011-12-07 02:00:53 -08:00
yan
90c0299e41
Submoduled: repeat, surround, taglist; deleted unused plugins
2011-12-07 01:50:46 -08:00
yan
dfd66bbd22
modularized: gitgrep, lustyjuggler, greplace
2011-12-07 01:40:44 -08:00
yan
937945139c
BufExplorer modularized
2011-12-07 01:23:10 -08:00
yan
6847560257
Submoduled indexed search, syntastic
2011-12-07 01:12:42 -08:00
yan
5f766341c0
Added nerdtree tabs plugin to make nerdtree play nice with macvim tabs
2011-12-07 01:02:20 -08:00
yan
867db31d61
Moved nerdtree to submodule
2011-12-07 00:49:13 -08:00
yan
9cb89b4179
Moved vim-markdown-preview to submodule
2011-12-07 00:44:28 -08:00
yan
0c4856935d
Installed latest showmarks plugin, forked solarized color scheme and improved on marks color
2011-12-07 00:32:08 -08:00
yan
d268b0b2ba
Standardized naming of plugins in vim/bundle
2011-12-06 23:45:08 -08:00
yan
2a11b17ffb
Moved vim-ruby-debugger into bundle/git submodule
2011-12-06 23:21:26 -08:00
yan
7a40c6d05d
Moved delimitMate to pathogen bundle and git submodule
2011-12-06 23:06:13 -08:00
yan
9fabecb0fa
Removed all old bash cruft, supporting only zsh now. Improved README
2011-12-06 21:57:45 -08:00
yan
3697ebd799
Added pryrc and awesome_print configuration, updated README
2011-12-06 00:41:39 -08:00
yan
21b60db381
Apple-k, Apple-K for underscores and dashes
2011-11-30 01:16:49 -08:00
Yan Pritzker
0ebab432d3
Configuration for zsh
2011-11-22 19:20:31 -06:00
yan
34bc83671f
Clean up conflict of M window move with marks
...
(changed M to \m for show marks)
2011-11-22 10:36:10 -06:00
yan
75bbacbf6b
Froze in latest git-completion.bash, fixed references in bash_profile to use ~/.dotfiles
2011-11-18 12:53:07 -06:00
yan
554c136c77
Updated readme for submodules
2011-11-18 10:19:31 -06:00
yan
a3381481c4
Keybindings from ttscoff
2011-11-18 10:10:06 -06:00
yan
1f06eddc2b
Readme cleanup
2011-11-17 16:51:44 -06:00
yan
d36f46a016
Updated readme
2011-11-17 16:43:31 -06:00
yan
6253ca0182
Updated readme
2011-11-17 16:41:39 -06:00
yan
882015bc6d
Initial commit.
2011-11-17 16:00:49 -06:00