Skip to content

Commit

Permalink
Yoink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmqmzk committed Apr 10, 2020
1 parent cba26e8 commit 7ced0d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ let g:multi_cursor_select_all_key = '<c-s-h>'
" Yoink
let g:yoinkSwapClampAtEnds = 0
let g:yoinkIncludeDeleteOperations = 1
let g:yoinkAutoFormatPaste = 1
nmap p <plug>(YoinkPaste_p)
nmap P <plug>(YoinkPaste_P)
nmap [y <plug>(YoinkRotateBack)
Expand All @@ -291,7 +292,7 @@ nmap gy <plug>(YoinkPostPasteSwapBack)
nmap gY <plug>(YoinkPostPasteSwapForward)
" Subversive
let g:subversiveCurrentTextRegiste = 'r'
let g:subversiveCurrentTextRegister = 'r'
map gs <plug>(SubversiveSubstitute)
nmap gss <plug>(SubversiveSubstituteLine)
nmap gS <plug>(SubversiveSubstituteToEndOfLine)
Expand Down

0 comments on commit 7ced0d6

Please sign in to comment.