Yan Pritzker
90a1d33af4
Revert "Add support for sourcing the right rvm env on bufenter"
...
This reverts commit 2521763858
.
2013-03-31 21:30:09 -07:00
Fabio Gallonetto
2521763858
Add support for sourcing the right rvm env on bufenter
...
This extra configuration plugin calls :Rvm on every BufEnter
making sure that the right GEM_HOME and GEM_PATH are
set.
2013-03-30 13:48:42 +01:00
Yan Pritzker
e8ae95ffca
Fix setting of Gsearch to silver searcher ag
2013-03-29 10:04:28 -07:00
Yan Pritzker
ac2f134bb7
Migrate to Vundle! Be sure to run rake :update
...
* duhanebel/vundle_migration:
Remove "press a key to continue" before vundle_install
Fix a bug preventing the correct update of vim
Change duhanebel's forked repos to originals
Fix a typo on the Rakefile
Fix a bug that was preventing a clean install
Change rake file to reuse methods in vundle.rb
Update zsh alias to support new yadr's commands
Add yadr command line tools to remove/list plugins
Update yadr's binary to support Vundle
Update Rakefile to manage pathogen-to-vundle upgrade
Remove csapprox
Move mapleader definition to vimrc
Change vimrc to use Vundle instead of pathogen
Add bundle to .gitignore
Remove all vim submodules
Conflicts:
.gitmodules
2013-03-29 08:06:00 -07:00
Yan Pritzker
24fb70b513
Use silver searcher for lightning fast :Gsearch
2013-03-29 08:03:17 -07:00
Fabio Gallonetto
c3d44936c0
Move mapleader definition to vimrc
...
It seems that the mapleader has to be defined before vundle starts
to load the plugins. For this reason, I moved it from yadr-keymap
back into the vimrc. I'm sure it's not a big deal having the leader
mapped under the "general config" instead of inside settings.
2013-03-16 17:09:43 +00: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
Kevin Mees
76be5af82c
Renamed vim/plugion/settings/fugitive.git to vim/plugin/settings/fugitive.vim. Fixes issue #249
2013-02-28 15:55:03 +01:00
Yan Pritzker
2696f6670a
Removed unused / not working ,,f ,,F aliases
2013-02-27 08:43:56 -06:00
Yan Pritzker
8124d50657
Remove arpeggio; unused
2013-02-15 20:24:03 -06:00
Yan Pritzker
719b3b48fc
Improved sass colors
2013-02-15 20:22:09 -06:00
Yan Pritzker
6ea3351adc
Added ,gt html tidy command
2013-01-10 10:25:02 -06:00
Yan Pritzker
74be62534d
Color improvement
2013-01-10 10:24:40 -06:00
Yan Pritzker
018f744346
Fix cmd-j and cmd-k navigate by function bindings
2012-12-10 10:31:01 -06:00
Yan Pritzker
53b5036775
rbf abbreviation for rspec before block
2012-11-28 13:28:56 -06:00
Yan Pritzker
67bc28592f
Better sass colors
2012-11-28 13:28:45 -06:00
Yan Pritzker
079e434c3f
Better colors, readme update
2012-11-20 10:08:19 -06:00
Yan Pritzker
aed00bb274
Improve colors in normal vi [ Fix #216 ]
2012-11-17 11:35:32 -06:00
Yan Pritzker
695a4a0d87
cl! abbreviation for logging, and ;; for closing javascript lines
2012-11-16 12:19:45 -06:00
Yan Pritzker
522c250204
Undo zm mapping which conflicts with folding. Jump to method now Cmd-Shift-M
2012-11-16 12:19:30 -06:00
Yan Pritzker
aa0ec75ee9
Remapped ,m to zm due to conflict with ShowMarks
2012-11-16 12:07:52 -06:00
Yan Pritzker
990cda8aaa
Improved vim colors
2012-11-16 12:04:08 -06:00
Yan Pritzker
a8d3e50847
Font improvement: Inconsolata XL
2012-11-16 09:33:13 -06:00
Yan Pritzker
485c7f1800
Bundles for better javascript highlighting and tag highlighting
2012-11-16 09:31:59 -06:00
Yan Pritzker
ae88cdf03a
Prevent neocomplcache hanging in python [ Fix #163 ]
2012-11-13 10:50:56 -06:00
Yan Pritzker
5c54fcd169
A few new git aliases
2012-11-09 13:41:00 -06:00
Yan Pritzker
602e995746
Github flavored markdown support
2012-10-09 14:07:23 -07:00
Yan Pritzker
90d467ab06
Added ,,F to do same as ,,f in a vertical split
2012-10-08 21:45:40 -07:00
Yan Pritzker
6ed1a6c36f
Changed jump to ruby method to ,,f so as not to conflict with carriage return
2012-10-08 21:41:24 -07:00
Yan Pritzker
d49fc4cbe9
Prevent pasting in visual mode from overwriting paste buffer
2012-10-08 21:04:44 -07:00
Yan Pritzker
a94bde1223
Removed erroneous comments
2012-10-08 18:44:52 -07:00
Yan Pritzker
a5b5dd63e0
Implement jump to ruby method (bang-aware)
...
It always annoyed me that vim jump-to-tag (ctrl-] or ,f in yadr)
totally flopped when it came to ruby bang methods. This function
handles methods! and method.invocations! to find bang versions
of methods.
2012-10-08 18:39:08 -07:00
Yan Pritzker
a5a86a2a7d
When opening nerdtree wtih C-\ ensure consistent sizing
2012-10-02 21:57:29 -07:00
Yan Pritzker
be12982398
Added outer ruby block functionality
2012-10-01 17:16:15 -07:00
Yan Pritzker
f2288cd94e
Made ,gf / ctrl-f aware of line numbers
...
Now you can `,gf` or can `ctrl-f` file.rb:123
2012-09-27 11:12:38 -07:00
Piotr Yordanov
2e80485b72
Fixed bug in #160
2012-09-13 05:41:13 +03:00
Yan Pritzker
34bb32e172
Added for html preview in Safari
2012-09-11 10:19:13 -07:00
yan
bff86523fc
Remove bogus unmap
2012-07-20 17:17:44 -07:00
Kyle West
9bb517551d
Resolve #122 unmap yankring @ in after file.
...
`nmap @` is not yet set when `vim/plugin/settings/yankring.vim` is
loaded. Moved nunmap @ to `vim/after/plugin/yankring.vim` because
it is loaded after the plugin is finished loading.
2012-07-20 15:39:18 -04:00
yan
aca163580f
Upgraded plugins
2012-07-19 12:46:19 -07:00
yan
11fd924d64
Change ,bf mapping conflicting with buffer list ,b
2012-07-10 10:09:33 -07:00
yan
f1031dd98f
Added ,bf mapping to add before { } block
2012-06-22 11:29:50 -07:00
yan
41b3f99dad
Updated README for yankring
2012-06-22 11:29:42 -07:00
yan
a3bcfc3e51
Make ,qc also close conques
2012-06-11 10:49:03 -05:00
yan
abbbc94bdc
Never nuke a NERDTree using Q
2012-06-11 10:48:47 -05:00
yan
2bb8a06939
Changed default ,t binding do use CtrlP mixed mode
...
The mixed mode is more intelligent, searching buffers, MRU, and
the general file list. It gives you more of what you want, and
less of what you don't :)
2012-06-08 13:25:16 -05:00
yan
184a2e22c2
Make ctrlp play nice with vim-ruby-conque by closing its window
2012-06-07 13:25:12 -05:00
yan
a89205fa7b
Added vim-ruby-debugger - real ide style debugging in vim
2012-06-06 22:16:59 -07:00
yan
e44e50e023
Made conque and gitgrep play nice with each other by killing each other's windows to prevent sizing problems
2012-06-06 22:15:43 -07:00