Commit Graph

153 Commits

Author SHA1 Message Date
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
yan
b672159d4c ,vv and ,cc to open view and controller in rails 2012-06-06 22:14:09 -07:00
yan
8bca30bff3 Upgraded all plugins to most recent 2012-05-31 13:57:57 -07:00
yan
a6b9f3e9ef Merged spec finder and conque spec runner into one plugin 2012-05-30 01:34:34 -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
beed6abf55 Add common abbreviations 2012-05-15 08:40:50 -05:00
yan
5b8742e226 More vim surround shortcuts ,} ,] ,) ,' etc 2012-05-09 17:54:30 -07:00