Skip to content

Commit

Permalink
Merge pull request #9 from unifieddialog/remove_mappings
Browse files Browse the repository at this point in the history
Remove key bindings - fixes #7
  • Loading branch information
jayeff committed Jan 23, 2013
2 parents 590db40 + 5a62990 commit bfa0265
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ There are currently two commands:
## Installation

Use [pathogen.vim](https://github.com/tpope/vim-pathogen)

### 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>
4 changes: 0 additions & 4 deletions ftplugin/ruby.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,3 @@ endfunction
" Commands
command! -nargs=0 AddFocusTag call s:AddFocusTag()
command! -nargs=0 RemoveAllFocusTags call s:RemoveAllFocusTags()

" Mappings
:nnoremap <leader>t :AddFocusTag<CR>
:nnoremap <leader>r :RemoveAllFocusTags<CR>

0 comments on commit bfa0265

Please sign in to comment.