Skip to content

Commit

Permalink
Update .vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGO authored May 2, 2023
1 parent 42aaabb commit 95d91d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ let g:secure_modelines_allowed_items = [
\ ]

" remote yanks OSC52
autocmd TextYankPost * if v:event.operator is 'y' && v:event.regname is '+' | execute 'OSCYankReg +' | endif
autocmd TextYankPost * if v:event.operator is 'y' && v:event.regname is '+' | execute 'OSCYankRegister +' | endif

" =============================================================================
" CUSTOM SHORTCUTS (LEADER, FN, &c)
Expand Down

0 comments on commit 95d91d0

Please sign in to comment.