Commit Graph

33 Commits

Author SHA1 Message Date
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
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
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
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
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
f2f9c92332 Removed vim-ruby-conque, causes shell connection leaks and other issues 2013-12-15 15:02:54 -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
3a8a1eca32 Make :Gsesarch way faster - requires to :BundleUpdate to get latest skwp/greplace.vim 2013-11-14 22:43:38 -06:00
Yan Pritzker
1ba567842f Silence vim-session dialogs 2013-10-21 17:08:21 -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