Commit Graph

229 Commits

Author SHA1 Message Date
yan
3c76e390bc Updated visual select mode to retain syntax highlighting 2012-05-30 01:10:36 -07:00
Sagie Maoz
f834232cb1 Adding webapi-vim.
webapi-vim is a Vim interface to Web APIs.
It is required by Gist.vim (already part of YADR)
to be able to post gists to Github via OAuth2.
See https://github.com/mattn/webapi-vim for details.
Gist.vim requirements note: http://git.io/pwMo9A#requirements
2012-05-23 21:54:06 +03:00
yan
2c4fff3fb9 Fix evil submodule code introduced in 3525561 2012-05-23 10:44:32 -07:00
Yan Pritzker
87d6af4807 Merge pull request #102 from irrationalfab/master
Enable spell checking for git commits.
2012-05-22 14:00:05 -07:00
Sagie Maoz
35255618ee Adding vim-less bundle.
This vim bundle adds syntax highlighting, indenting and
autocompletion for the dynamic stylesheet language LESS.
See https://github.com/groenewege/vim-less for details.
2012-05-20 14:18:50 +03: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
Fabio Pelosin
38bcefdf6e Enable spell checking for git commits.
Source: http://stackoverflow.com/questions/1691060/vim-set-spell-in-file-git-commit-editmsg
2012-05-15 14:55:49 +02:00
yan
5b8742e226 More vim surround shortcuts ,} ,] ,) ,' etc 2012-05-09 17:54:30 -07:00
yan
6cefaf13f7 vim: ,# and ," for wrapping words in ruby interpolation or quotes 2012-05-07 23:55:41 -07:00
yan
7ec7e3c34c Added rake.vim, like rails.vim but for any project with a rakefile 2012-05-07 23:55:28 -07:00
Danny Olson & Yan Pritzker
b879e053b3 Added vim-bundler with :Bopen to browse bundled gem code 2012-05-02 22:47:34 -07:00
yan
52a6266ce4 Added ,m and ,M jump-to-method(tag) via CtrlP 2012-05-02 22:41:51 -07:00
yan
95f5d40b43 Updated plugins 2012-05-02 11:59:56 -07:00
yan
8bc6bdc4be Moved spec opener to externalized plugin 2012-04-27 11:54:23 -07:00
yan
10d947d5af Added ,ocf for opening changed files (stolen from @garybernhardt) 2012-04-27 00:35:48 -07:00
yan
86c5fe1ea6 Added Ctrl-s to open spec for any file you're looking at
Similar to rails.vim's :A and :AV command, except it knows
about fast_spec. Could be expanded in the future to add more
spec paths.
2012-04-25 19:39:31 -07:00
yan
284a22728d Upgraded vim plugins 2012-04-24 14:29:42 -07:00
yan
d7b7d79eaa Added ,Cmd-R to rerun last conque commend (re-exec spec) 2012-04-24 14:29:18 -07:00
yan
dcef19bad4 Updated vim-ruby-conque not to warn on spec/rspec missing [Close #92] 2012-04-24 12:37:40 -07:00
yan
fc472deed0 Better colors for ruby 2012-04-20 10:14:49 -07:00
yan
00ca4dd54b Remove unused statusline, powerline.vim is used 2012-04-18 18:57:02 -07:00
yan
ea007403ac Unmap the arrow keys, use Cmd-Arrow keys instead for window resize 2012-04-18 17:49:00 -07:00
yan
8ad2a7a7b1 Added Specky for rspec highlighting outside spec/
If you have rspecs anywhere else (say fast_spec/), the
default rails.vim highlighting doesn't affect them. Added
Specky to do this. Specky is not currently enabled in any other
way (we will still use ruby-vim-conque to run tests, but Specky
will do highlighting/file detection).
2012-04-18 09:59:32 -07:00
Danny Olson & Yan Pritzker
d5737f196d Upgraded vim-ruby-conque with nice j/k/n/p/f/q keybindings 2012-04-16 13:27:55 -07:00
Yan Pritzker
70b473561f Upgraded vim-ruby-conque 2012-04-16 09:51:40 -07:00
Yan Pritzker
e2e3804c84 Remove hardcoding to use rspec1. The plugin will determine which one you have 2012-04-16 09:47:31 -07:00
Yan Pritzker
46daacbaca Remove enter to clear highlight, interferes with quickfix window 2012-04-16 09:47:31 -07:00
Yan Pritzker
1d89bbbf81 Remove arpeggio fd and jk because they interfere with Cmd-j, Cmd-k 2012-04-16 09:47:30 -07:00
Yan Pritzker
2405ef2e40 Removed Slime plugin, unused and interferes with Ctrl-c 2012-04-16 09:47:30 -07:00
Yan Pritzker
e56c32b568 Vim mappings: Ctrl-l for => and arrow keys to window resize 2012-04-16 09:47:30 -07:00
Yan Pritzker
d9b14bf903 Upgraded plugins 2012-04-14 17:01:35 -07:00
yan
4ed2488ea8 Highlighting for zsh scripts 2012-04-14 16:41:01 -07:00
yan
aca62973b5 Open NERDTree on startup 2012-04-14 16:40:57 -07:00
yan
ebc1ea9cc7 Added ,cn to copy name of current file into system clipboard 2012-04-14 16:40:50 -07:00
yan
e77931a9f9 Added back timcharper-textile as a submodule 2012-04-10 11:56:08 -07:00
yan
db7a845b7e Deleted timcharper-textile 2012-04-06 23:48:21 -07:00
yan
e9af91819d Upgraded plugins 2012-04-06 23:46:58 -07:00
yan
fbcdf9aa0c Remove unused ,zz binding interfering with ,z previous buffer 2012-04-05 10:48:44 -07:00
yan
42d6bfad21 Upgraded plugins 2012-04-05 10:15:32 -07:00
yan
2bf0f5908f Change ,cf to give you the filename relative to your home dir 2012-04-05 10:03:48 -07:00
yan
2ecf17bf18 Added ',hi' to see the current highlight group 2012-04-04 02:21:19 -07:00
yan
db4557dc52 Remove VimBookmarking, not working, not used 2012-04-04 02:19:11 -07:00
yan
6d2b695496 Syntax highlighting for textile 2012-04-04 02:18:43 -07:00
yan
bbfa6adf38 Add change-inside-surroundings plugin [Close #68] 2012-04-02 12:03:21 -07:00
yan
ca0d1fbf9b Replaced Extradite with gitv. Use :gitv
* For optimal functionality, remove module:
   `rm -rf .yadr/vim/bundle/int3-vim-extradite`
2012-04-01 14:47:40 -07:00
yan
2c47d14184 Added ,gcf - git grep references to current file 2012-03-29 13:40:59 -07:00
yan
7da956b198 Switched to skwp/vim-conque to replace rson/vim-conque for solarized support 2012-03-20 12:50:43 -07:00
yan
a64405f6db Upgraded plugins 2012-03-15 15:44:01 -07:00