Commit Graph

445 Commits

Author SHA1 Message Date
Yan Pritzker
a559d49b36 Decided disabling arrow keys was hurting new people too much 2014-04-28 13:03:17 -05:00
martco
a459920904 Update vim-improvements.vundle
This removes a redundant Bundle that already appears on line 9. This was throwing warnings for me whenever I started macvim.
2014-04-28 10:39:43 -07:00
Vadim Golub
a8a4a29d15 Snipmate's version notice removed
Another snipmate's fork (garbas/vim-snipmate) is used now. The notice is
obsolete now.
2014-04-10 21:27:31 +03:00
Fayimora Femi-Balogun
060fbb4a26 Add fugitive to lightline statusbar 2014-03-28 03:44:24 +00:00
Yan Pritzker
bc5da61c89 Improve easymotion highlighting to be yellow not an ugly red block 2014-03-14 12:53:15 -05:00
Rajiv
e0274560ee Fixed wrong setup for easyvim 2014-03-07 12:02:50 -08:00
Yan Pritzker
6ff702f31c Removed tagbar; not using 2014-02-16 08:43:29 -06:00
Yan Pritzker
2dbbf08434 Split vundles into multiple files to reduce churn 2014-02-15 22:00:17 -06:00
Yan Pritzker
c3117d4f7d Remove vinegar; Didn't like the dash usage. 2014-02-15 21:20:39 -06:00
Yan Pritzker
399d1d290a Replace GitGrep with Ag 2014-02-15 21:08:32 -06:00
Yan Pritzker
5d72a8c5a4 Sneak: hit Space and type two letters to quickly jump somewhere 2014-02-01 13:37:55 -06:00
Yan Pritzker
86a47f562d Removed mapping; doesn't exactly work. You can still use Ctrl-R when in :ex mode 2014-02-01 13:36:49 -06:00
Yan Pritzker
b5f5ecd414 Added Ctrl-R, reverse history search for :commands 2014-02-01 13:27:12 -06:00
Yan Pritzker
9dea8f46c8 Fix docs 2014-01-28 09:20:55 -06:00
Yan Pritzker
a6c4d6cae6 Make 0 go to first character, making it easier to work with indented languages 2014-01-25 12:56:54 -06:00
Yan Pritzker
b63127ac15 Remove ;; semicolon mapping. Messes with regular semicolon usage (find next char) 2014-01-25 12:55:23 -06:00
Yan Pritzker
157b5d1981 Fix up settings for neocomplete 2014-01-20 11:21:25 -06:00
Yan Pritzker
929f70c11d Merge pull request #424 from maletor/neocomplete
Initial crack at neocomplete
2014-01-20 08:37:59 -08:00
Yan Pritzker
9c4abaa89f Change to Lightline instead of Airline [Fix #418] 2014-01-05 19:09:18 -06:00
Yan Pritzker
2b117b5812 Added support for js highlighting for jquery/other frameworks 2014-01-05 17:28: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
grossjonas
d2a21d8600 Fix syntastic deprecation 2014-01-05 21:08:55 +01:00
Yan Pritzker
cffb8b175d Merge pull request #428 from lfilho/patch-1
Make gf create the file if not existent
2013-12-31 20:12:09 -08:00
Antonin Kral
1926caee9f Load correct fonts under GTK 2013-12-31 00:22:33 +01:00
Yan Pritzker
7e2a3493b6 Go back to using neocomplcache; prematurely upgraded 2013-12-30 10:49:34 -06:00
Yan Pritzker
fe6571e1e4 Reorg bundles, add vim-vinegar and vim-grubox alternate colorscheme 2013-12-28 10:58:58 -06:00
Luiz Gonzaga dos Santos Filho
94f2237d86 Removing outdated comment 2013-12-21 00:16:03 -02:00
Luiz Gonzaga dos Santos Filho
e3181339d2 Make gf create the file if not existent 2013-12-21 00:13:26 -02:00
Ellis Berner
2227938ad5 Replace with neocomplete 2013-12-19 11:13:27 -08:00
Ellis Berner
9fc329f186 Initial crack at neocomplete 2013-12-19 10:42:44 -08:00
Yan Pritzker
0fc83ead3b CtrlP no longer jumps you to the file if it's already open.
This makes it easier to maintain multiple Tab workspaces involving the
same files. For example, in one workspace you want a class and its spec,
and in another tab you want to see that class in context with another
collaborator. This allows you to open the window multiple times.
2013-12-17 19:46:42 -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
d6e129bc3d Let's be opinionated - disable the arrow keys and save the world 2013-12-16 10:03:36 -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
22e58f0ced Added ,rs ,rl ,ss ,sl commands for running specs in iTerm 2013-12-15 22:02:47 -06:00
Yan Pritzker
627faf9656 Removed conque settings, no longer used 2013-12-15 19:58:17 -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
73a0cb2ab8 Fallback to using git ls-files if ag is missing 2013-12-15 15:22:05 -06:00
Yan Pritzker
6be24941c8 Merge pull request #413 from treppo/ctrlp-ag
Use ag as ctrlp's search command
2013-12-15 13:20:03 -08:00
Yan Pritzker
14e119cf35 Swap specky for lighter weight rspec.vim for highlighting 2013-12-15 15:17:04 -06:00
Yan Pritzker
f2f9c92332 Removed vim-ruby-conque, causes shell connection leaks and other issues 2013-12-15 15:02:54 -06:00
Yan Pritzker
287b3eff2b Splitting up docs 2013-12-15 15:01:30 -06:00
Christian Treppo
a21993fe68 Remove setting 256 colors for solarized on terminal vim 2013-12-11 15:38:38 +00:00
Christian Treppo
10cbcdc7df Use ag as ctrlp's search command 2013-12-08 13:27:25 +00:00
Yan Pritzker
105bdc5878 Revert "Merge pull request #410 from treppo/master"
This reverts commit 6e344fef4e, reversing
changes made to 4c88ca6e45.
2013-12-02 13:17:49 -06:00
Christian Treppo
b19e2311ab Remove setting 256 colors for solarized on terminal vim 2013-11-29 21:24:54 +00:00
Yan Pritzker
9c2804ba6e Merge pull request #405 from jby/add_tmux_vim_syntax
Added syntax highlightning for tmux.conf
2013-11-15 11:41:34 -08:00
Yan Pritzker
3a8a1eca32 Make :Gsesarch way faster - requires to :BundleUpdate to get latest skwp/greplace.vim 2013-11-14 22:43:38 -06:00