Commit Graph

348 Commits

Author SHA1 Message Date
yan
2bf0f5908f Change ,cf to give you the filename relative to your home dir 2012-04-05 10:03:48 -07:00
Yan Pritzker
029a0f06d0 Merge pull request #72 from p7k/master
Docs typo fix
2012-04-04 23:13:56 -07:00
Pasha Katsev
2f2f1d8b64 typo fix in docs 2012-04-05 02:11:17 -04:00
yan
169b24ca43 Fix link to zsh/aliases broken by previous 2012-04-04 22:56:51 -07:00
yan
80763d53a9 Merge remote-tracking branch 'kylewest/symlinks'
* kylewest/symlinks:
  Removed symlinks.
2012-04-04 22:54:57 -07: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
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 Pritzker
82f4849d1b Merge pull request #67 from markcornick/fix-install
Fix stray backtick causing installer errors
2012-04-02 10:37:50 -07:00
Mark Cornick
ee2b40bcaa Fix stray backtick causing installer errors
There's a stray backtick in the Rakefile which causes the installer to
fail copying files. This commit removes the backtick and relocates a
right brace to make everything work properly.
2012-04-02 10:12:46 -04:00
Kyle West
50c2e5e140 Removed symlinks. 2012-04-02 09:07:23 -04: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
Kyle West
b0c0e26bc2 merged upstream/master. 2012-03-23 13:28:43 -04:00
Kyle West
1aa9e5b875 Only init fasd if it is installed. 2012-03-22 16:15:42 -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
Kyle West
f2529aca6e merge master branch. 2012-03-21 15:33:34 -04: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
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 Pritzker
35927131f0 Merge pull request #54 from taybin/snippets_update
Update snippets to a more modern plugin from @garbas and @honza
2012-03-14 07:09:56 -07:00
Taybin Rutkin
e67b7e9c10 add new snipmate plugin from garbas
- with snippets from honza (as recommended by garbas)
- with dependencies tlib and vim-addon-mw-utils
2012-03-13 23:30:02 -04:00
Taybin Rutkin
4604e39760 remove older, unsupported snipmate and snippets 2012-03-13 23:29:57 -04:00
Yan Pritzker
2443fc478f Update README.md 2012-03-13 17:14:25 -05: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 Pritzker
e1c766e45e Merge pull request #52 from taybin/patch-1
Needed to get camelcasemotion to work inside commands such as dW
2012-03-13 08:17:56 -07:00
Taybin Rutkin
2e650a5bba Needed to get camelcasemotion to work inside commands such as dW 2012-03-13 12:11:02 -03:00
Yan Pritzker
12a86bfca9 Merge pull request #51 from taybin/zmv_taglist
Add zmv (zsh wildcard move) support and TagBar
2012-03-13 05:58:18 -07:00
Taybin Rutkin
6eb7bcb05e fully remove taglist in favor of tagbar 2012-03-12 23:30:22 -04:00
Taybin Rutkin
3a0a8c8777 turn on the amazing zmv
- alias it to use 'noglob zmv -W', so that you can do stuff like
   zmv foo.* bar.*
  to rename all foo files to bar files without annoying quoting.
http://grml.org/zsh/zsh-lovers.html#_zmv_examples_require_autoload_zmv
2012-03-12 23:29:02 -04:00
Yan Pritzker
2d4041a93e Merge pull request #50 from taybin/camelcasemotion
add camelcasemotion with mappings to B, W, and E instead of ,b ,w and ,e
2012-03-12 20:17:46 -07:00
yan
9edd62a6a4 Add set visuabell. [Close #49] 2012-03-12 22:13:18 -05:00
Taybin Rutkin
f925f83875 add camelcasemotion with mappings to B, W, and E instead of ,b ,w and ,e
- this avoids conflicts with ,b for Ctrlp's buffer selector and ,w for
  whitespace deletion.
2012-03-12 21:46:33 -04:00
Yan Pritzker
e8f3b05654 Merge pull request #47 from maletor/master
History substring search and other useful plugins.
2012-03-12 14:42:07 -07:00
yan
96cf20c2db Added color_highlight plugin 2012-03-12 16:24:26 -05:00
Ellis Berner
ebfe8123aa Substring search 2012-03-12 14:15:16 -07: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
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
28edcb11b6 Upgrade haml and fugitive 2012-03-09 01:00:12 -08:00