All Projects → unifieddialog → Vim Rspec Focus

unifieddialog / Vim Rspec Focus

Licence: mit
Helpers for focused rspec testruns.

Labels

Projects that are alternatives of or similar to Vim Rspec Focus

Vim Ruby X
if_ruby helper
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Bindle
My portable dotfiles and such
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Formatvim
Convert current file to colored HTML, BBCode or whatever
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Vim Quickfixdo
Run a command on each entry of your quickfix argument list
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Threebean Dot Files
All my 'dot' files (zsh config, vim config)
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Ansible
My Ansible Playbooks and Dependencies
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Shades Of Teal
A colorscheme for vim
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Elysian.vim
elysian is a 256 terminal only colorscheme inspired by Apprentice
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Dirdiff.vim
DirDiff.vim : A plugin to diff and merge two directories recursively.
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Guessindent
Indentation guessing plugin for Vim
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Perl Nextmethod
Vim plugin which offers [m, [M, ]m and ]M mappings for perl
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Reanimate
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Shortcut
run vim command from buffer
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Conf
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
My.vim
Just a collection of all of the things I have in my .vim/ directory
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Vimrc
My vim profile
Stars: ✭ 7 (-22.22%)
Mutual labels:  viml
Vim Kaikyaku Buster
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml
Ctrlp Branches
Git branch searching using CtrlP.vim
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Vim Cmake Syntax
Unmaintained; see https://github.com/pboettch/vim-cmake-syntax
Stars: ✭ 9 (+0%)
Mutual labels:  viml
Vim Painter
Painting plugin
Stars: ✭ 8 (-11.11%)
Mutual labels:  viml

rspec-focus.vim

Some helpers for focused RSpec testruns. See this Railscast for more information.

Usage

There are currently two commands:

  • AddFocusTag
  • RemoveAllFocusTags

Installation

Use pathogen.vim

Key bindings

To make it more convenient, add some key bindings to your .vimrc:

" vim-rspec-focus
:nnoremap <leader>t :AddFocusTag<CR>
:nnoremap <leader>r :RemoveAllFocusTags<CR>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].