Skip to content

Commit

Permalink
fix up yankstack mapping for insert mode
Browse files Browse the repository at this point in the history
  • Loading branch information
claytron committed May 18, 2016
1 parent a463c16 commit 8aab0a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,9 @@ let g:tagbar_type_sls = {

" yankstack {{{2
" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
nnoremap <C-p> <Plug>yankstack_substitute_older_paste
let g:yankstack_map_keys = 0
imap <C-f> <Plug>yankstack_substitute_older_paste
imap <C-g> <Plug>yankstack_substitute_newer_paste
nnoremap <silent> tmy :Yanks<CR>
" Signify {{{2
Expand Down

0 comments on commit 8aab0a7

Please sign in to comment.