-
| 
         Hello. I'm using micro on my Linux terminal via SSH from macOS/iTerm2 and noticed an issue with clipboard behavior. When I set  iTerm2 setttings: 
  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
| 
         
  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Text is copied to the primary clipboard when selected regardless of operating system by default in micro, but this can be disabled by setting the  I think only Linux GUI has primary clipboard, but iTerm2 seems to accept text copied to primary clipboard via OSC 52 even if Mac OS doesn't have it.  | 
  
Beta Was this translation helpful? Give feedback.
Text is copied to the primary clipboard when selected regardless of operating system by default in micro, but this can be disabled by setting the
useprimaryoption tofalse.I think only Linux GUI has primary clipboard, but iTerm2 seems to accept text copied to primary clipboard via OSC 52 even if Mac OS doesn't have it.