Thanks!! But in my case, I want to select numbers and Ctrl+Alt+Shift+M seems to not work with values.
In the example below, I want to select all "15000" numbers or "7".
annotate("text",x=7,y=-15000,face = "bold")+
annotate("text",x=-7,y=-15000,face = "bold")+
annotate("text",x=-7,y=15000,face = "bold")+
annotate("text",x=7,y=15000,face = "bold")