Commit Graph

502 Commits

Author SHA1 Message Date
Yan Pritzker
cc4b8043f0 Set shell so that path to ctags is correct 2016-02-11 14:45:25 -06:00
Yan Pritzker
22bf2faf34 Treat ES6 extension files as javascript 2016-01-29 10:43:51 -06:00
Yan Pritzker
6ab2d71522 Add jsx bundle 2016-01-20 15:10:21 -06:00
Yan Pritzker
ec0c41227a Fix zeus alias 2015-10-27 11:58:46 -05:00
Yan Pritzker
e016b187c6 Run tests using zeus with zl and zs 2015-10-27 10:31:40 -05:00
yan
cf6bb61336 Ctrl-x and Ctrl-z navigate the quickfix list 2015-09-08 13:10:26 -05:00
yan
ef991c744b Update ctrlp [Fix #645] 2015-09-07 14:13:42 -05:00
Yan Pritzker
878cc35752 Unmap gf..causing issues 2015-07-27 13:01:54 -05:00
Yan Pritzker
eb24df5316 Unmap ctrl-f which overrides normal vim behavior 2015-07-26 21:56:08 -05:00
Yan Pritzker
dc6765cc04 Merge pull request #595 from blittle/master
Change the NERDTreeFind keymap to not statically set the nerdtree window size
2015-07-26 21:25:41 -05:00
Katherine G. Pe
2c15e0f090 Use correct RSpec.vim repo 2015-07-05 18:17:50 +08:00
Yan Pritzker
e5b3c4cbeb Fix shortcuts for deprecated Rails.vim commands 2015-06-23 13:38:44 -05:00
Yan Pritzker
d74ab05613 Change Cmd-Space to Ctrl-Space for autocomplete 2015-06-02 19:03:09 -05:00
Yan Pritzker
d316096428 This wasn't working and occasionally introduced problems in other areas 2015-04-14 10:00:41 -05:00
Yan Pritzker
39a812f20b Make syntastic play nice with RVM 2015-03-24 16:17:35 -05:00
Bret Little
43a67b31cb Change the NERDTreeFind keymap to not statically set the nerdtree window size
With this change users can now change the variable g:NERDTreeWinSize and have it applied
to new instances of NERDTree created with the NERDTreeFind keymap ctrl-\
2015-01-13 13:17:24 -07:00
Dan Simmons
4907187a33 Moved .vimrc-level settings (pertaining to search) out of ./vim/settings/yadr-search.vim and into ./vimrc. Also removed unnecessary+problematic viminfo setting. 2015-01-08 13:56:43 -05:00
Yan Pritzker
3b8120e9d4 Revert bundle syntax update that may have caused pain for upgraders [Fix #588] 2015-01-06 13:38:22 -06:00
Steven Barragán
96679d26d6 Switch out individual language packs for vim-polyglot [Fix #573] 2015-01-04 14:17:27 -06:00
Nikolai Berkoff
a5fccb9f17 Vundle syntax update [Fix #578] 2015-01-04 14:06:25 -06:00
Yan Pritzker
22f74389b1 Add csapprox for gblame to work in terminal [Fix #579] 2015-01-04 13:58:00 -06:00
Yan Pritzker
bea8c2f5e2 Merge pull request #583 from dsimmons/refactor/dedupe-persistent-undo
Remove redundant persistent-undo.vim
2015-01-04 13:52:27 -06:00
Yan Pritzker
ac966402fc Merge pull request #584 from timstott/remove_duplicate_splits_mappings
Remove duplicate window split mappings
2015-01-04 13:52:06 -06:00
Yan Pritzker
60da109601 Removed reference to janus 2015-01-04 13:23:58 -06:00
Yan Pritzker
b0179e56a8 Add base16 colorscheme as an option 2015-01-04 10:46:14 -06:00
Timothy Stott
8102fef1f4 Remove duplicate window split mappings 2014-12-31 13:27:59 +06:00
Dan Simmons
e58bb0c774 Removed redundant persistent-undo.vim 2014-12-30 17:37:56 -05:00
Timothy Stott
92b582122b Remove orphan vim settings for LustyExplorer plugin 2014-12-27 14:50:15 +06:00
Yan Pritzker
d75fe7e1dd Fix solarized easymotion in terminal vim 2014-11-21 11:51:33 -06:00
Jonas Bygdén
35c32f386a Modified setings of lightline to match the README in the lightline project Added indication of paste mode, added functions instead of code in call of components, added git branch glyph, added path to file being edited 2014-11-11 14:53:28 +01:00
Steven Barragán
8642a8d2a8 Point vim-multiple-cursors to current owner 2014-10-28 23:31:47 -07:00
Dan Simmons
dfb65f2177 Fixed keybinding conflict introduced as part of #526. 2014-10-24 17:28:04 -04:00
Yan Pritzker
ce5b38ebb0 Navigate seamlessly between vim and tmux [Fix #526] 2014-10-24 15:01:18 -05:00
Yan Pritzker
f6bdf5708e Merge pull request #510 from nikolai-b/master
separate mac and linux vim keymaping
2014-10-24 14:58:20 -05:00
Yan Pritzker
491bdf7a64 status bar shows even on one pane [Fix #538] 2014-10-24 14:56:50 -05:00
Nikolai B
9d30fc4041 make more mappings use Alt + readme 2014-09-29 21:33:48 +01:00
Nikolai B
9260dc8b78 use alt for more mappings 2014-09-29 20:22:56 +01:00
Yan Pritzker
b848249e7d Better colors 2014-08-15 10:55:48 -05:00
Yan Pritzker
94e467777a Remove jasmine.vim which was conflicting with javascript-libraries-syntax.vim 2014-08-07 11:37:21 -05:00
Yan Pritzker
470b33b76c \sp for specify {} blocks 2014-08-07 11:36:39 -05:00
Yan Pritzker
1ba9f3e1fe Get rid of heavy omni complete - seems to hang on some machines 2014-07-21 15:37:57 -05:00
Alex Frost
245ca3a2b4 separate mac and linux vim keymaping 2014-07-16 23:51:45 +01:00
Yan Pritzker
86350a58f8 If you don't use a solarized terminal, you have to set g:yadr_using_unsolarized_terminal now [Ref #487] 2014-07-03 17:11:41 -04:00
Yan Pritzker
61c66ea3b7 Update docs 2014-06-24 11:38:24 -05:00
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