Commit Graph

100 Commits

Author SHA1 Message Date
Yan Pritzker 51fd5bc84d Ability to disable solarized enhancements [Fix #487] 2014-06-24 11:36:28 -05:00
Yan Pritzker cebeb7719e Merge pull request #504 from razum2um/fix_dark_mode_iterm_vim
fix colors in console vim on iterm2
2014-06-24 11:25:09 -05:00
Yan Pritzker 072c46eccf Don't override ctrl-b for buffer search. we have ,b [Fix #484] 2014-06-17 11:33:51 -05:00
Yan Pritzker 1607fde096 Switch to lokaltog easymotion instead of skwp fork [Fix #447] 2014-06-17 11:30:57 -05:00
Vlad Bokov 68b0f8cd23 fix dark mode in vim+iterm2 2014-06-13 13:45:15 +07:00
Yan Pritzker 19abda68f6 Merge pull request #502 from keikun17/master
[fixes #501] Fix ag string typo。
2014-06-11 10:34:01 -05:00
Buddy Magsipoc 1d27c7a015 [fixes #501] Fix ag string typo。 2014-06-11 16:12:52 +08:00
rkowalewski edb0af655e [FIX] fixed an error in vim settings 2014-06-11 10:10:20 +02:00
Adrian Perez 47dcd8253d Unset ctrlp_user_command prior to redefinition 2014-06-04 03:34:40 +02:00
Ellis Berner dabc6e639c neocomplete: update settings 2014-05-13 09:58:03 -07:00
Yan Pritzker 41cacdc690 Remove tagbar settings [Fix #464] 2014-05-02 10:47:51 -05:00
Luiz Gonzaga dos Santos Filho b9a8bb5f7c Fix Ag functions
I believe this is what is intended? It was not working for me like it was...
2014-04-29 18:30:25 -03:00
Yan Pritzker a559d49b36 Decided disabling arrow keys was hurting new people too much 2014-04-28 13:03:17 -05: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 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
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