yan
bff86523fc
Remove bogus unmap
2012-07-20 17:17:44 -07:00
Kyle West
9bb517551d
Resolve #122 unmap yankring @ in after file.
...
`nmap @` is not yet set when `vim/plugin/settings/yankring.vim` is
loaded. Moved nunmap @ to `vim/after/plugin/yankring.vim` because
it is loaded after the plugin is finished loading.
2012-07-20 15:39:18 -04:00
yan
aca163580f
Upgraded plugins
2012-07-19 12:46:19 -07:00
yan
11fd924d64
Change ,bf mapping conflicting with buffer list ,b
2012-07-10 10:09:33 -07:00
yan
f1031dd98f
Added ,bf mapping to add before { } block
2012-06-22 11:29:50 -07:00
yan
41b3f99dad
Updated README for yankring
2012-06-22 11:29:42 -07:00
yan
a3bcfc3e51
Make ,qc also close conques
2012-06-11 10:49:03 -05:00
yan
abbbc94bdc
Never nuke a NERDTree using Q
2012-06-11 10:48:47 -05:00
yan
2bb8a06939
Changed default ,t binding do use CtrlP mixed mode
...
The mixed mode is more intelligent, searching buffers, MRU, and
the general file list. It gives you more of what you want, and
less of what you don't :)
2012-06-08 13:25:16 -05:00
yan
184a2e22c2
Make ctrlp play nice with vim-ruby-conque by closing its window
2012-06-07 13:25:12 -05:00
yan
a89205fa7b
Added vim-ruby-debugger - real ide style debugging in vim
2012-06-06 22:16:59 -07:00
yan
e44e50e023
Made conque and gitgrep play nice with each other by killing each other's windows to prevent sizing problems
2012-06-06 22:15:43 -07:00
yan
b672159d4c
,vv and ,cc to open view and controller in rails
2012-06-06 22:14:09 -07:00
yan
8bca30bff3
Upgraded all plugins to most recent
2012-05-31 13:57:57 -07:00
yan
a6b9f3e9ef
Merged spec finder and conque spec runner into one plugin
2012-05-30 01:34:34 -07: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
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
52a6266ce4
Added ,m and ,M jump-to-method(tag) via CtrlP
2012-05-02 22:41:51 -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
d7b7d79eaa
Added ,Cmd-R
to rerun last conque commend (re-exec spec)
2012-04-24 14:29:18 -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
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
e56c32b568
Vim mappings: Ctrl-l for => and arrow keys to window resize
2012-04-16 09:47:30 -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
fbcdf9aa0c
Remove unused ,zz binding interfering with ,z previous buffer
2012-04-05 10:48:44 -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
6d2b695496
Syntax highlighting for textile
2012-04-04 02:18:43 -07:00
yan
2c47d14184
Added ,gcf - git grep references to current file
2012-03-29 13:40:59 -07:00
yan
9439013da7
Updated powerline to use full path since Rails filenames are not always unique
2012-03-13 13:41:25 -05:00
Taybin Rutkin
2e650a5bba
Needed to get camelcasemotion to work inside commands such as dW
2012-03-13 12:11:02 -03:00
Taybin Rutkin
6eb7bcb05e
fully remove taglist in favor of tagbar
2012-03-12 23:30:22 -04:00
Taybin Rutkin
f925f83875
add camelcasemotion with mappings to B, W, and E instead of ,b ,w and ,e
...
- this avoids conflicts with ,b for Ctrlp's buffer selector and ,w for
whitespace deletion.
2012-03-12 21:46:33 -04:00
yan
f221a8174a
Remove conflicting tab/window management bindings
2012-03-12 12:26:33 -05:00
yan
10ce30d811
Change window navigation to Ctrl-h,j,k,l to avoid overriding vim defaults [ Close #42 ]
2012-03-12 12:05:56 -05:00
yan
898fbb1095
Added Arpeggio plugin for key chord combos and Filesystem Size Used Avail Capacity Mounted on
...
/dev/disk0s2 931Gi 481Gi 450Gi 52% /
devfs 192Ki 192Ki 0Bi 100% /dev
map -hosts 0Bi 0Bi 0Bi 100% /net
map auto_home 0Bi 0Bi 0Bi 100% /home
/dev/disk1s2 15Mi 15Mi 0Bi 100% /Volumes/Flash Player
/dev/disk2s2 100Mi 100Mi 0Bi 100% /Volumes/Google Chrome
/dev/disk4 5.0Mi 2.9Mi 2.1Mi 59% /Volumes/KeyCastr
/dev/disk5 4.2Gi 4.2Gi 0Bi 100% /Volumes/Blue in Green
/dev/disk6s2 100Mi 17Mi 83Mi 17% /Volumes/MacScan Installer and chords to go to beginning and end of line
2012-03-09 01:16:33 -08:00
Yan Pritzker
55348c13e7
Changed conflicting ,cc keymap to ,vc (execute vim command)
2012-03-08 16:46:45 -08:00
Yan Pritzker
ecac581510
Added + and - for resizing vertical windows
2012-03-08 13:20:05 -08:00