You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to keep the default behavior of vim so I have the following config:
letg:EasyClipUseSubstituteDefaults=0nmap<silent>S<plug>SubstituteOverMotionMapnmap<silent>SS<plug>SubstituteLinexmap<silent>S<plug>XEasyClipPasteletg:EasyClipShareYanks=1letg:EasyClipCopyExplicitRegisterToDefault=1letg:EasyClipShareYanksDirectory="/tmp"letg:EasyClipEnableBlackHoleRedirect=0letg:EasyClipUseCutDefaults=0letg:EasyClipUsePasteToggleDefaults=0" TODO: Enable it when fixedletg:EasyClipYankHistorySize=10
Notice that EasyClipEnableBlackHoleRedirect is disabled. Normally, everything works as intended, but sometimes, after deleting with d or c, the register becomes empty instead of containing the text I just deleted. I cannot reliably reproduce the issue, but it usually comes up after I don't use copy/paste for a time. Undoing and repeating the deletion fixes the issue.
The text was updated successfully, but these errors were encountered:
I like to keep the default behavior of vim so I have the following config:
Notice that
EasyClipEnableBlackHoleRedirect
is disabled. Normally, everything works as intended, but sometimes, after deleting withd
orc
, the register becomes empty instead of containing the text I just deleted. I cannot reliably reproduce the issue, but it usually comes up after I don't use copy/paste for a time. Undoing and repeating the deletion fixes the issue.The text was updated successfully, but these errors were encountered: