Skip to content

Commit

Permalink
Added YankRing plugin and <leader>r mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
von committed Apr 1, 2016
1 parent 73d10a4 commit 9bd9202
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/key-bindings.vim
Expand Up @@ -55,6 +55,9 @@ nnoremap <silent> <leader>g :Unite grep:.<cr>
" Quit all buffers with 'Q'
:map <leader>Q :qa<cr>
" Show YankRing with 'r'
:map <leader>r :YRShow<cr>
" Redraw with 'R'
:map <leader>R :redraw!<cr>
Expand Down
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -153,6 +153,9 @@ NeoBundle 'tpope/vim-unimpaired'
" Tweaks for netrw
NeoBundle 'tpope/vim-vinegar'

" Ring for yanked text
NeoBundle 'vim-scripts/YankRing.vim'

call neobundle#end()

" }}} Misc Bundles
Expand Down

0 comments on commit 9bd9202

Please sign in to comment.