Commit Graph

235 Commits

Author SHA1 Message Date
Yan Pritzker
c9212dacea More readme cleanup 2014-02-15 21:25:17 -06:00
Yan Pritzker
b298aa026b Readme cleanup 2014-02-15 21:21:08 -06:00
Yan Pritzker
a6baee0a54 Rename git changelog => git simple to avoid conflict with git-extras 2014-02-15 21:09:33 -06:00
Yan Pritzker
399d1d290a Replace GitGrep with Ag 2014-02-15 21:08:32 -06:00
Yan Pritzker
41974867e4 Merge pull request #421 from irrationalfab/investigate.vim
Any interest in investigate.vim?
2014-01-05 12:40:10 -08:00
Yan Pritzker
fe6571e1e4 Reorg bundles, add vim-vinegar and vim-grubox alternate colorscheme 2013-12-28 10:58:58 -06:00
Fabio Pelosin
0b26220edd Add investigate.vim 2013-12-17 17:35:44 +01:00
Yan Pritzker
2b269754c5 ,ag and ,af for invoking :Ag and :AgFile 2013-12-16 10:24:32 -06:00
Yan Pritzker
6edbf701e7 Change multicursor to use ,mc instead of Ctrl-m which was screwing up other behavior 2013-12-16 08:43:09 -06:00
Yan Pritzker
2c11049fcc Readme cleanup, and NrrwRgn plugin that was lost 2013-12-15 22:27:00 -06:00
Yan Pritzker
411c0d8656 More marketing fluff :) 2013-12-15 22:10:57 -06:00
Yan Pritzker
22e58f0ced Added ,rs ,rl ,ss ,sl commands for running specs in iTerm 2013-12-15 22:02:47 -06:00
Yan Pritzker
962b61a71d Readme updates 2013-12-15 20:00:30 -06:00
Yan Pritzker
635047f710 Fixed multicursor mapping to Ctrl-m so that it actually works 2013-12-15 17:10:54 -06:00
Yan Pritzker
326769ad69 Update README.md 2013-12-15 16:09:36 -06:00
Yan Pritzker
1cdd7ff9ec Clean up tmux conf 2013-12-15 15:01:30 -06:00
Yan Pritzker
287b3eff2b Splitting up docs 2013-12-15 15:01:30 -06:00
Yan Pritzker
804756e2f0 Readme cleanups 2013-12-14 16:42:47 -06:00
Fayimora Femi-Balogun
cde95e8d25 Update README.md 2013-12-14 16:27:32 +00:00
Yan Pritzker
1dbd30f0ee Readme cleanup 2013-12-05 08:34:19 -06:00
Christian Treppo
e6fb396ff0 Allow local configuration for tmux 2013-11-15 21:53:34 +00:00
Yan Pritzker
015782241e Removed sparkup from readme [Fix #403] 2013-10-29 23:27:14 -05:00
Yan Pritzker
46946c9b8b Move vim settings out of plugins to ensure they all get correctly loaded after everything else [Fix #373] 2013-10-21 16:11:18 -05:00
Yan Pritzker
65a3ec3219 Update README.md 2013-10-21 16:01:45 -05:00
Phillip Alexander
62b347a59c Remove redundant recommended OSX tool 'autojump'
autojump 'j' functionality is matched/replaced by fasd 'z' command (installed and enabled as a prezto submodule by default). Instead of typing `j [dirspec]`, you simply type `z [dirspec]`.
2013-08-05 15:12:04 -07:00
Yan Pritzker
5eb6a22c06 Added vim-session; :SaveSession and :OpenSession [Fix #322] 2013-08-04 17:58:12 -05:00
Yan Pritzker
8004dd2025 Switch to steeef_simplified prompt which doesn't seem to be problematic like the skwp prompt with newer prezto installs [Fix #272 #286] 2013-08-04 16:28:07 -05:00
Yan Pritzker
9e864c25c0 Remove lusty juggler / not using 2013-06-21 09:53:32 -05:00
Mario Ricalde
07001de9eb Adds some missing links to the Readme 2013-05-27 04:33:11 -05:00
Yan Pritzker
a4181b7c83 Merge pull request #317 from petRUShka/vim-ruby-debugger-fix
Fix: make vim command be os-specific, readme fix
2013-05-02 07:54:09 -07:00
Luiz Gonzaga dos Santos Filho
2439ce9278 Adding 3 more and organizing text objects vundles 2013-05-02 16:07:06 +02:00
petRUShka
205c965a61 Fix: make vim command be os-specific, readme fix
(cherry picked from commit c58e8d3c3cc923639241e2e5edc59846fb5ba810)
2013-05-02 01:10:47 +04:00
Nanda Lopes
016349ad93 Fix documentation for CtrlP vim plugin
Ctrl-p shortcut is actually used by yankring plugin
(cherry picked from commit 26400827300686ad5f3d4daba0f1b841e12d474a)
2013-05-01 13:38:42 -03:00
Luiz Gonzaga dos Santos Filho
bcc03b96df Switching from Ack to Ag 2013-04-25 21:34:56 +01:00
jravetch
ffa3c956b5 Remove old reference to tab navigation 2013-04-23 23:36:38 +09:00
Yan Pritzker
54bd32317f Revert numbers.vim causing relative numbering issue 2013-04-16 09:13:49 -05:00
Fabio
c8960fcfdf Update plugin mgmt help on README.md
We now have a working yadr vim-delete-plugin
2013-04-10 12:40:53 +02:00
Fabio Gallonetto
23a9e72b9c Add numbers.vim to vundles.list
numbers.vim is a plugin that allows for easy switch between
absolute and relative line numbers.
A convenient shortcut: ,tn (toggle numbers) is provided to
switch between the two modes

Fixes #276
2013-04-09 17:44:26 +01:00
Yan Pritzker
4e1c31b852 Merge pull request #287 from lfilho/visual-star-search
Adding visual star search vundle
2013-04-08 07:33:27 -07:00
Fabio Gallonetto
5df698f6d2 Change installation script
Instead of asking the user to clone the repo and running rake
install, there's is now an easy .sh script that can be downloaded
and invoked in a single line.

The script takes a parameter "ask" if the use prefers to control
which modules of yadr are installed.
2013-04-07 11:25:29 +01:00
Luiz Gonzaga dos Santos Filho
1c495897f4 Fixing typo in the readme 2013-04-07 00:41:11 +02:00
Luiz Gonzaga dos Santos Filho
618cd146fd Updating the readme with the visual star search plugin 2013-04-07 00:34:51 +02:00
Yan Pritzker
3b1e361f65 Added @duhanebel to contributors list 2013-03-31 19:10:47 -07:00
Fabio Gallonetto
33ca31d7fb Remove csapprox from the README
csapprox has been removed from the list of default vundles so it
shouldn't be listed on the README anymore
2013-03-30 17:47:37 +01:00
Yan Pritzker
6b4a3290e5 Added changelog 2013-03-29 08:32:02 -07:00
Yan Pritzker
24fb70b513 Use silver searcher for lightning fast :Gsearch 2013-03-29 08:03:17 -07:00
Daryl Robbins
71da54518a Updated README to describe new user Git configuration. 2013-03-24 06:44:19 -04:00
Yan Pritzker
628cd5f5a7 Revert "Added ,mm to switch to mailer while in view"
Conflicted with showmarks in an ugly way
This reverts commit 44a2cd79d0.
2013-03-08 10:00:38 -06:00
Yan Pritzker
44a2cd79d0 Added ,mm to switch to mailer while in view 2013-03-08 09:18:30 -06:00
Yan Pritzker
15f2d9dd92 Readme cleanup 2013-02-27 08:58:48 -06:00